Mercurial > hg
changeset 4242:e1cdf5f6386e
Fixed synopsis for some mq commands
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 18 Mar 2007 20:39:25 +0100 |
parents | 7c59ade0f0d6 |
children | 3f2e334937ce 815ad65cfca9 |
files | hgext/mq.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Sun Mar 18 20:37:47 2007 +0100 +++ b/hgext/mq.py Sun Mar 18 20:39:25 2007 +0100 @@ -2111,7 +2111,7 @@ 'hg qfold [-e] [-m <text>] [-l <file] PATCH...'), 'qguard': (guard, [('l', 'list', None, _('list all patches and guards')), ('n', 'none', None, _('drop all guards'))], - 'hg qguard [PATCH] [+GUARD...] [-GUARD...]'), + 'hg qguard [PATCH] [+GUARD]... [-GUARD]...'), 'qheader': (header, [], _('hg qheader [PATCH]')), "^qimport": @@ -2156,7 +2156,7 @@ ('I', 'include', [], _('include names matching the given patterns')), ('X', 'exclude', [], _('exclude names matching the given patterns')) ] + commands.commitopts, - 'hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] FILES...'), + 'hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]...'), 'qrename|qmv': (rename, [], 'hg qrename PATCH1 [PATCH2]'), "qrestore": @@ -2177,7 +2177,7 @@ ('', 'pop', None, _('pop to before first guarded applied patch')), ('', 'reapply', None, _('pop, then reapply patches'))], - 'hg qselect [OPTION...] [GUARD...]'), + 'hg qselect [OPTION]... [GUARD]...'), "qseries": (series, [('m', 'missing', None, 'print patches not in series')] + seriesopts,