Show More
@@ -941,7 +941,8 b' def debugcvsps(ui, *args, **opts):' | |||
|
941 | 941 | if fn.startswith(opts["prefix"]): |
|
942 | 942 | fn = fn[len(opts["prefix"]):] |
|
943 | 943 | ui.write('\t%s:%s->%s%s \n' % ( |
|
944 | fn, '.'.join([str(x) for x in f.parent]) or 'INITIAL', | |
|
944 | fn, | |
|
945 | '.'.join([b"%d" % x for x in f.parent]) or 'INITIAL', | |
|
945 | 946 | '.'.join([(b"%d" % x) for x in f.revision]), |
|
946 | 947 | ['', '(DEAD)'][f.dead])) |
|
947 | 948 | ui.write('\n') |
General Comments 0
You need to be logged in to leave comments.
Login now