Show More
@@ -402,6 +402,8 b' def createlog(ui, directory=None, root="' | |||
|
402 | 402 | branchpoints = set() |
|
403 | 403 | for branch, revision in branchmap.iteritems(): |
|
404 | 404 | revparts = tuple([int(i) for i in revision.split('.')]) |
|
405 | if len(revparts) < 2: # bad tags | |
|
406 | continue | |
|
405 | 407 | if revparts[-2] == 0 and revparts[-1] % 2 == 0: |
|
406 | 408 | # normal branch |
|
407 | 409 | if revparts[:-2] == e.revision: |
General Comments 0
You need to be logged in to leave comments.
Login now