Show More
@@ -114,7 +114,7 b" if os.path.isdir('.hg'):" | |||||
114 |
|
114 | |||
115 | if e: |
|
115 | if e: | |
116 | sys.stderr.write('warning: could not establish Mercurial ' |
|
116 | sys.stderr.write('warning: could not establish Mercurial ' | |
117 |
'version: |
|
117 | 'version:\n%s\n' % e) | |
118 | else: |
|
118 | else: | |
119 | l = l.split() |
|
119 | l = l.split() | |
120 | while len(l) > 1 and l[-1][0].isalpha(): # remove non-numbered tags |
|
120 | while len(l) > 1 and l[-1][0].isalpha(): # remove non-numbered tags |
General Comments 0
You need to be logged in to leave comments.
Login now