mq: Remove -f from qnew command syntax. stable
authorIsaac Jurado <diptongo@gmail.com>
Sat, 17 Apr 2010 15:35:34 +0200
branchstable
changeset 10947 ede19417c3c4
parent 10946 214a518a4b6e
child 10948 61cd6653f846
mq: Remove -f from qnew command syntax. In 1ebba857b371 the -f option was not completely removed from the help message.
hgext/mq.py
--- a/hgext/mq.py	Thu Apr 15 14:06:07 2010 +0200
+++ b/hgext/mq.py	Sat Apr 17 15:35:34 2010 +0200
@@ -2742,7 +2742,7 @@
           ('D', 'currentdate', None, _('add "Date: <current date>" to patch')),
           ('d', 'date', '', _('add "Date: <given date>" to patch'))
           ] + commands.walkopts + commands.commitopts,
-         _('hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]...')),
+         _('hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]...')),
     "qnext": (next, [] + seriesopts, _('hg qnext [-s]')),
     "qprev": (prev, [] + seriesopts, _('hg qprev [-s]')),
     "^qpop":