Show More
@@ -827,7 +827,8 b' def debugcvsps(ui, *args, **opts):' | |||
|
827 | 827 | ui.write(('Tag%s: %s \n' % (['', 's'][len(cs.tags) > 1], |
|
828 | 828 | ','.join(cs.tags) or '(none)'))) |
|
829 | 829 | if cs.branchpoints: |
|
830 |
ui.write(('Branchpoints: %s \n') % |
|
|
830 | ui.write(('Branchpoints: %s \n') % | |
|
831 | ', '.join(sorted(cs.branchpoints))) | |
|
831 | 832 | if opts["parents"] and cs.parents: |
|
832 | 833 | if len(cs.parents) > 1: |
|
833 | 834 | ui.write(('Parents: %s\n' % |
General Comments 0
You need to be logged in to leave comments.
Login now