strip: drop deprecated -b from synopsis
authorMatt Mackall <mpm@selenic.com>
Wed, 19 May 2010 20:20:16 -0500
changeset 11199 4b1f4e473c17
parent 11198 b345b1cc124f
child 11200 12e5149cafca
strip: drop deprecated -b from synopsis
hgext/mq.py
--- a/hgext/mq.py	Wed May 19 20:20:12 2010 -0500
+++ b/hgext/mq.py	Wed May 19 20:20:16 2010 -0500
@@ -2830,7 +2830,7 @@
                                   ' number greater than REV which are not'
                                   ' descendants of REV (DEPRECATED)')),
            ('n', 'nobackup', None, _('no backups'))],
-          _('hg strip [-f] [-b] [-n] REV')),
+          _('hg strip [-f] [-n] REV')),
      "qtop": (top, [] + seriesopts, _('hg qtop [-s]')),
     "qunapplied":
         (unapplied,