Add the -s option to `hg help qseries`.
authorjohn.levon@sun.com
Wed, 13 Sep 2006 21:46:36 +0200
changeset 3082 240ec0e61290
parent 3081 75dcfe28da4a
child 3083 17747e80ea6c
Add the -s option to `hg help qseries`.
hgext/mq.py
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -1997,7 +1997,7 @@ cmdtable = {
         (series,
          [('m', 'missing', None, 'print patches not in series'),
           ('s', 'summary', None, _('print first line of patch header'))],
-         'hg qseries [-m]'),
+         'hg qseries [-ms]'),
     "^strip":
         (strip,
          [('f', 'force', None, 'force multi-head removal'),