changeset 9438:b2f3b9c82ac0

Add new flag [-1] to synopsis of qapplied/qunapplied
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 11 Sep 2009 16:58:19 +0200
parents 1c4e4004f3a6
children cd67bfcfabbe 7805b27e92b1
files hgext/mq.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Tue Sep 08 17:58:59 2009 -0400
+++ b/hgext/mq.py	Fri Sep 11 16:58:19 2009 +0200
@@ -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'))],