# HG changeset patch # User john.levon@sun.com # Date 1158176796 -7200 # Node ID 240ec0e61290cb5b332b66ac5ba90e10f6df8a10 # Parent 75dcfe28da4ab585c5dd02a13f4cc473516a5001 Add the -s option to `hg help qseries`. diff -r 75dcfe28da4a -r 240ec0e61290 hgext/mq.py --- a/hgext/mq.py Wed Sep 13 19:57:40 2006 +0200 +++ b/hgext/mq.py Wed Sep 13 21:46:36 2006 +0200 @@ -1997,7 +1997,7 @@ (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'),