##// END OF EJS Templates
Make qrefresh help more explanatory for options -m, -l and -s
Mathieu Clabaut -
r3690:97d2c190 default
parent child Browse files
Show More
@@ -2122,10 +2122,10 b' cmdtable = {'
2122 "^qrefresh":
2122 "^qrefresh":
2123 (refresh,
2123 (refresh,
2124 [('e', 'edit', None, _('edit commit message')),
2124 [('e', 'edit', None, _('edit commit message')),
2125 ('m', 'message', '', _('change commit message with <text>')),
2125 ('m', 'message', '', _('change commit message to <text>')),
2126 ('l', 'logfile', '', _('change commit message with <file> content')),
2126 ('l', 'logfile', '', _('change commit message to <file> content')),
2127 ('g', 'git', None, _('use git extended diff format')),
2127 ('g', 'git', None, _('use git extended diff format')),
2128 ('s', 'short', None, 'short refresh'),
2128 ('s', 'short', None, 'refresh only files already in the patch'),
2129 ('I', 'include', [], _('include names matching the given patterns')),
2129 ('I', 'include', [], _('include names matching the given patterns')),
2130 ('X', 'exclude', [], _('exclude names matching the given patterns'))],
2130 ('X', 'exclude', [], _('exclude names matching the given patterns'))],
2131 'hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] FILES...'),
2131 'hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] FILES...'),
General Comments 0
You need to be logged in to leave comments. Login now