mq: Remove -f from qnew command syntax.
In
1ebba857b371 the -f option was not completely removed from the help message.
--- 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":