Mercurial > hg
changeset 10947:ede19417c3c4 stable
mq: Remove -f from qnew command syntax.
In 1ebba857b371 the -f option was not completely removed from the help message.
author | Isaac Jurado <diptongo@gmail.com> |
---|---|
date | Sat, 17 Apr 2010 15:35:34 +0200 |
parents | 214a518a4b6e |
children | 61cd6653f846 |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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":