Submitter | timeless@mozdev.org |
---|---|
Date | Oct. 20, 2015, 10:57 p.m. |
Message ID | <e73ef9e3ebe49aa95d42.1445381863@waste.org> |
Download | mbox | patch |
Permalink | /patch/11210/ |
State | Accepted |
Headers | show |
Comments
On Tue, 2015-10-20 at 17:57 -0500, timeless wrote: > # HG changeset patch > # User timeless <timeless@mozdev.org> > # Date 1445381160 14400 > # Tue Oct 20 18:46:00 2015 -0400 > # Node ID e73ef9e3ebe49aa95d42c5c9db65991550cc84fd > # Parent b66e3ca0b90c3095ea28dfd39aa24247bebf5c20 > commands: fix help for debugobsolete Queued for stable, thanks.
Patch
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