Mercurial > hg-stable
changeset 26818:c7d30fdb13b2 stable
commands: fix help for debugobsolete
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 20 Oct 2015 18:46:00 -0400 |
parents | b68797f244e4 |
children | ba7eeeac9603 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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