Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r360:c46a4d25f6ea
Date: 2013-04-30 16:44 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c46a4d25f6ea/
Log: short hash
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -54,7 +54,7 @@
def get_commitid(self):
try:
pipe = subprocess.Popen(
- ["hg", "log", "-l", "1", "--template", "{rev}:{node}"],
+ ["hg", "log", "-l", "1", "--template", "{rev}:{node|short}"],
stdout=subprocess.PIPE
)
if pipe.wait() == 0:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit