diff hgext/mq.py @ 6195:272fd5fa576d

mq: remove unimplemented option -f for strip
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 29 Feb 2008 09:54:28 +0100
parents 531f3e78c6f2
children fe8dbbe9520d
line wrap: on
line diff
--- a/hgext/mq.py	Thu Feb 28 22:04:22 2008 -0800
+++ b/hgext/mq.py	Fri Feb 29 09:54:28 2008 +0100
@@ -2344,8 +2344,7 @@
          _('hg qseries [-ms]')),
     "^strip":
         (strip,
-         [('f', 'force', None, _('force multi-head removal')),
-          ('b', 'backup', None, _('bundle unrelated changesets')),
+         [('b', 'backup', None, _('bundle unrelated changesets')),
           ('n', 'nobackup', None, _('no backups'))],
          _('hg strip [-f] [-b] [-n] REV')),
     "qtop": (top, [] + seriesopts, _('hg qtop [-s]')),