# HG changeset patch # User Thomas Arendsen Hein # Date 1252681099 -7200 # Node ID b2f3b9c82ac05283917e274e96f33c59e491f83c # Parent 1c4e4004f3a62360ce457bc4491a62819c0a4ea2 Add new flag [-1] to synopsis of qapplied/qunapplied diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2516,7 +2516,7 @@ "qapplied": (applied, [('1', 'last', None, _('show only the last patch'))] + seriesopts, - _('hg qapplied [-s] [PATCH]')), + _('hg qapplied [-1] [-s] [PATCH]')), "qclone": (clone, [('', 'pull', None, _('use pull protocol to copy metadata')), @@ -2639,7 +2639,7 @@ "qunapplied": (unapplied, [('1', 'first', None, _('show only the first patch'))] + seriesopts, - _('hg qunapplied [-s] [PATCH]')), + _('hg qunapplied [-1] [-s] [PATCH]')), "qfinish": (finish, [('a', 'applied', None, _('finish all applied changesets'))],