# HG changeset patch # User Thomas Arendsen Hein # Date 2012-06-20 14:44:21 # Node ID 0b1d15194b3c21a827bdd1e086db161b85247b56 # Parent f2dbe7ba11e2a5dc16247912b1da8b045c989612 strip: add optional -r to synopsis diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2901,7 +2901,7 @@ def save(ui, repo, **opts): ('k', 'keep', None, _("do not modify working copy during strip")), ('B', 'bookmark', '', _("remove revs only reachable from given" " bookmark"))], - _('hg strip [-k] [-f] [-n] [-B bookmark] REV...')) + _('hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV...')) def strip(ui, repo, *revs, **opts): """strip changesets and all their descendants from the repository