From 0c1276bb2dc20b2fd5b63d4e6144f3c18c763fcb Mon Sep 17 00:00:00 2001 From: Erik Zielke Date: Mon, 27 Sep 2010 09:19:48 +0200 Subject: [PATCH] mq: removed -m from qpush help (Issue2401) The -m option became deprecated in changeset 1e63d4dee4f6, but the option still appeared in the help line for the qpush command --- hgext/mq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgext/mq.py b/hgext/mq.py index a859576bac..83cbedf1e5 100644 --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2952,7 +2952,7 @@ cmdtable = { ('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')),