Mercurial > hg-stable
changeset 12507:552e0cfbddbd stable
mq: removed -m from qpush help (Issue2401)
The -m option became deprecated in changeset bcf90e712dc3,
but the option still appeared in the help line for the qpush
command
author | Erik Zielke <ez@aragost.com> |
---|---|
date | Mon, 27 Sep 2010 09:19:48 +0200 |
parents | 3b8ced3e3bbf |
children | 7e508cf16438 a72c5ff1260c |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Fri Sep 24 02:57:15 2010 +0200 +++ b/hgext/mq.py Mon Sep 27 09:19:48 2010 +0200 @@ -2952,7 +2952,7 @@ ('n', 'name', '', _('merge queue name (DEPRECATED)'), _('NAME')), ('', 'move', None, _('reorder patch series and apply only the patch'))], - _('hg qpush [-f] [-l] [-a] [-m] [-n NAME] [--move] [PATCH | INDEX]')), + _('hg qpush [-f] [-l] [-a] [-n NAME] [--move] [PATCH | INDEX]')), "^qrefresh": (refresh, [('e', 'edit', None, _('edit commit message')),