[PATCH] commands: fix help for debugobsolete

timeless timeless at mozdev.org
Tue Oct 20 22:57:43 UTC 2015


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1445381160 14400
#      Tue Oct 20 18:46:00 2015 -0400
# Node ID e73ef9e3ebe49aa95d42c5c9db65991550cc84fd
# Parent  b66e3ca0b90c3095ea28dfd39aa24247bebf5c20
commands: fix help for debugobsolete

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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
 


More information about the Mercurial-devel mailing list