##// END OF EJS Templates
commands: fix help for debugobsolete
timeless -
r26818:c7d30fdb stable
parent child Browse files
Show More
@@ -2683,7 +2683,7 b' def debuglocks(ui, repo, **opts):'
2683 _('record parent information for the precursor')),
2683 _('record parent information for the precursor')),
2684 ('r', 'rev', [], _('display markers relevant to REV')),
2684 ('r', 'rev', [], _('display markers relevant to REV')),
2685 ] + commitopts2,
2685 ] + commitopts2,
2686 _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
2686 _('[OBSOLETED [REPLACEMENT ...]]'))
2687 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
2687 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
2688 """create arbitrary obsolete marker
2688 """create arbitrary obsolete marker
2689
2689
General Comments 0
You need to be logged in to leave comments. Login now