changeset 11199:4b1f4e473c17

strip: drop deprecated -b from synopsis
author Matt Mackall <mpm@selenic.com>
date Wed, 19 May 2010 20:20:16 -0500
parents b345b1cc124f
children 12e5149cafca
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,