http://hg.python.org/hooks/rev/0de36ab240f0 changeset: 75:0de36ab240f0 user: Antoine Pitrou <solipsis at pitrou.net> date: Fri Jul 15 21:27:08 2011 +0200 summary: Make it clear that these messages are from the buildbot hook files: hgbuildbot.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hgbuildbot.py b/hgbuildbot.py --- a/hgbuildbot.py +++ b/hgbuildbot.py @@ -122,5 +122,5 @@ sys.stdout = old_stdout new_stdout.seek(0) for s in new_stdout: - ui.status(s) + ui.status("buildbot: " + s) -- Repository URL: http://hg.python.org/hooks