[pypy-svn] buildbot default: ops

antocuni commits-noreply at bitbucket.org
Fri Jan 21 12:25:59 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r441:c79aafca62e9
Date: 2011-01-21 12:25 +0100
http://bitbucket.org/pypy/buildbot/changeset/c79aafca62e9/

Log:	ops

diff --git a/bitbucket_hook/hook.py b/bitbucket_hook/hook.py
--- a/bitbucket_hook/hook.py
+++ b/bitbucket_hook/hook.py
@@ -154,7 +154,7 @@
                 author = '\x0312%s\x0F' % author   # in blue
                 branch = '\x02%s\x0F'   % branch   # in bold
                 node = '\x0311%s\x0F'   % node     # in azure
-                common_prefix = '\x315%s\x0F' % common_prefix # in gray
+                common_prefix = '\x0315%s\x0F' % common_prefix # in gray
 
             message = commit['message'].replace('\n', ' ')
             fields = (author, branch, node, common_prefix, filenames)


More information about the Pypy-commit mailing list