| 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)
|
|
|
|
|