Add the -s option to hg help qseries.

This commit is contained in:
john.levon@sun.com 2006-09-13 21:46:36 +02:00
parent 2baab981fb
commit 7605f2282e

View File

@ -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'),