Mercurial > public > mercurial-scm > hg-stable
diff hgext/strip.py @ 40346:943248e47864
commands: adjust metavariables as appropriate
Apart from looking better in hg help command, these strings are also helpful
when generating shell completions programmatically.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 17 Oct 2018 21:00:36 +0800 |
parents | c303d65d2e34 |
children | 0bd56c291359 |
line wrap: on
line diff
--- a/hgext/strip.py Sun Oct 14 11:16:22 2018 -0400 +++ b/hgext/strip.py Wed Oct 17 21:00:36 2018 +0800 @@ -110,7 +110,7 @@ ('k', 'keep', None, _("do not modify working directory during " "strip")), ('B', 'bookmark', [], _("remove revs only reachable from given" - " bookmark"))], + " bookmark"), _('BOOKMARK'))], _('hg strip [-k] [-f] [-B bookmark] [-r] REV...'), helpcategory=command.CATEGORY_MAINTENANCE) def stripcmd(ui, repo, *revs, **opts):