Show More
@@ -90,6 +90,7 def printrevision(rev): | |||||
90 | sys.stdout.write("Revision ") |
|
90 | sys.stdout.write("Revision ") | |
91 | sys.stdout.flush() |
|
91 | sys.stdout.flush() | |
92 | check_call(['hg', 'log', '--rev', str(rev), '--template', |
|
92 | check_call(['hg', 'log', '--rev', str(rev), '--template', | |
|
93 | '{if(tags, " ({tags})")} ' | |||
93 | '{rev}:{node|short}: {desc|firstline}\n']) |
|
94 | '{rev}:{node|short}: {desc|firstline}\n']) | |
94 |
|
95 | |||
95 | def idxwidth(nbidx): |
|
96 | def idxwidth(nbidx): |
General Comments 0
You need to be logged in to leave comments.
Login now