##// END OF EJS Templates
revsetbenchmarks: also display tag when printing a revision...
Pierre-Yves David -
r25546:59cdf631 default
parent child Browse files
Show More
@@ -90,6 +90,7 b' def printrevision(rev):'
90 90 sys.stdout.write("Revision ")
91 91 sys.stdout.flush()
92 92 check_call(['hg', 'log', '--rev', str(rev), '--template',
93 '{if(tags, " ({tags})")} '
93 94 '{rev}:{node|short}: {desc|firstline}\n'])
94 95
95 96 def idxwidth(nbidx):
General Comments 0
You need to be logged in to leave comments. Login now