commands: fix help for debugobsolete stable
authortimeless <timeless@mozdev.org>
Tue, 20 Oct 2015 18:46:00 -0400
branchstable
changeset 26818 c7d30fdb13b2
parent 26817 b68797f244e4
child 26819 ba7eeeac9603
commands: fix help for debugobsolete
mercurial/commands.py
--- a/mercurial/commands.py	Wed Oct 21 00:18:11 2015 +0200
+++ b/mercurial/commands.py	Tue Oct 20 18:46:00 2015 -0400
@@ -2683,7 +2683,7 @@
           _('record parent information for the precursor')),
          ('r', 'rev', [], _('display markers relevant to REV')),
         ] + commitopts2,
-         _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
+         _('[OBSOLETED [REPLACEMENT ...]]'))
 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
     """create arbitrary obsolete marker