Author: Lars Wassermann <[email protected]>
Branch:
Changeset: r363:8a6c4d9be439
Date: 2013-04-30 17:29 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/8a6c4d9be439/
Log: merge tip
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -60,7 +60,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