strip: add optional -r to synopsis
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 20 Jun 2012 16:44:21 +0200
changeset 16989 0b1d15194b3c
parent 16988 f2dbe7ba11e2
child 16990 1dbe8a2b1b96
strip: add optional -r to synopsis
hgext/mq.py
--- a/hgext/mq.py	Wed Jun 20 16:43:09 2012 +0200
+++ b/hgext/mq.py	Wed Jun 20 16:44:21 2012 +0200
@@ -2901,7 +2901,7 @@
           ('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