[pypy-svn] buildbot default: put also the numeric revision number

antocuni commits-noreply at bitbucket.org
Fri Dec 17 18:07:45 CET 2010


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r389:8a61d9d89080
Date: 2010-12-17 18:06 +0100
http://bitbucket.org/pypy/buildbot/changeset/8a61d9d89080/

Log:	put also the numeric revision number

diff --git a/bitbucket_hook/hook.py b/bitbucket_hook/hook.py
--- a/bitbucket_hook/hook.py
+++ b/bitbucket_hook/hook.py
@@ -32,7 +32,7 @@
 TEMPLATE = """\
 Author: {author}
 Branch: {branches}
-Changeset: {node|short}
+Changeset: r{rev}:{node|short}
 Date: {date|isodate}
 %(url)s
 



More information about the Pypy-commit mailing list