contrib/revsetbenchmarks.py
changeset 25546 59cdf631388b
parent 25544 e66f1707ba6c
child 25607 ddb2a648fdbd
--- a/contrib/revsetbenchmarks.py	Mon Oct 27 13:40:12 2014 +0100
+++ b/contrib/revsetbenchmarks.py	Wed Jun 10 17:33:57 2015 -0700
@@ -90,6 +90,7 @@
     sys.stdout.write("Revision ")
     sys.stdout.flush()
     check_call(['hg', 'log', '--rev', str(rev), '--template',
+                '{if(tags, " ({tags})")} '
                 '{rev}:{node|short}: {desc|firstline}\n'])
 
 def idxwidth(nbidx):