[PATCH] add -s option to hg help qseries
John Levon
levon at movementarian.org
Mon Sep 11 19:36:28 UTC 2006
# HG changeset patch
# User john.levon at sun.com
# Date 1157970629 25200
# Node ID affe69d28f2cd6b72739d674deb43ec1d234f03d
# Parent 962b9c7df6416d411214f23498f2b5a312813577
Add the -s option to `hg help qseries`.
diff -r 962b9c7df641 -r affe69d28f2c hgext/mq.py
--- a/hgext/mq.py Tue Aug 22 19:12:09 2006 -0500
+++ b/hgext/mq.py Mon Sep 11 03:30:29 2006 -0700
@@ -1992,7 +1992,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'),
More information about the Mercurial
mailing list