[Buildbot-commits] buildbot/buildbot/status mail.py,1.22,1.23
Brian Warner
warner at users.sourceforge.net
Tue Nov 15 08:41:23 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14776/buildbot/status
Modified Files:
mail.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-422
Creator: Brian Warner <warner at lothar.com>
add the branch name to the MailNotifier body
* buildbot/status/mail.py (MailNotifier.buildMessage): oops, add
the branch name to the mail body
Index: mail.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/mail.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mail.py 26 Oct 2005 21:33:20 -0000 1.22
+++ mail.py 15 Nov 2005 08:41:21 -0000 1.23
@@ -251,7 +251,7 @@
branch, revision, patch = ss
source = ""
if branch:
- source += "[branch %s] "
+ source += "[branch %s] " % branch
if revision:
source += revision
else:
More information about the Commits
mailing list