changeset 16989:0b1d15194b3c

strip: add optional -r to synopsis
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 20 Jun 2012 16:44:21 +0200
parents f2dbe7ba11e2
children 1dbe8a2b1b96
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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