Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: third_party/buildbot_8_4p1/buildbot/status/web/changes.py

Issue 7276032: Make ChromiumStatus work with 0.8.4. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/build
Patch Set: fix copyright, comment Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/buildbot_8_4p1/buildbot/status/web/changes.py
diff --git a/third_party/buildbot_8_4p1/buildbot/status/web/changes.py b/third_party/buildbot_8_4p1/buildbot/status/web/changes.py
index 415e781bfe5c9f1051c8b97fea76a6629a75c684..a15dff80bd6ffac64d3088c44c900afbd6f8b16d 100644
--- a/third_party/buildbot_8_4p1/buildbot/status/web/changes.py
+++ b/third_party/buildbot_8_4p1/buildbot/status/web/changes.py
@@ -63,7 +63,8 @@ class ChangeBox(components.Adapter):
template = req.site.buildbot_service.templates.get_template("change_macros.html")
text = template.module.box_contents(url=url,
who=self.original.getShortAuthor(),
- pageTitle=self.original.comments)
+ pageTitle=self.original.comments,
+ revision=self.original.revision)
return Box([text], class_="Change")
components.registerAdapter(ChangeBox, Change, IBox)

Powered by Google App Engine
This is Rietveld 408576698