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

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

Issue 11425002: Optionally add project through buildbot onto the waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Invert the git diffs Created 8 years, 1 month 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
===================================================================
--- third_party/buildbot_8_4p1/buildbot/status/web/changes.py (revision 169692)
+++ third_party/buildbot_8_4p1/buildbot/status/web/changes.py (working copy)
@@ -64,7 +64,8 @@
text = template.module.box_contents(url=url,
who=self.original.getShortAuthor(),
pageTitle=self.original.comments,
- revision=self.original.revision)
+ revision=self.original.revision,
+ project=self.original.project)
return Box([text], class_="Change")
components.registerAdapter(ChangeBox, Change, IBox)

Powered by Google App Engine
This is Rietveld 408576698