##// END OF EJS Templates
mq: re-phrase the qrefresh help about the user and date options
Yann E. MORIN -
r9338:4cc0815a default
parent child Browse files
Show More
@@ -2606,10 +2606,10 b' cmdtable = {'
2606 [('e', 'edit', None, _('edit commit message')),
2606 [('e', 'edit', None, _('edit commit message')),
2607 ('g', 'git', None, _('use git extended diff format')),
2607 ('g', 'git', None, _('use git extended diff format')),
2608 ('s', 'short', None, _('refresh only files already in the patch and specified files')),
2608 ('s', 'short', None, _('refresh only files already in the patch and specified files')),
2609 ('U', 'currentuser', None, _('add/update "From: <current user>" in patch')),
2609 ('U', 'currentuser', None, _('add/update author field in patch with current user')),
2610 ('u', 'user', '', _('add/update "From: <given user>" in patch')),
2610 ('u', 'user', '', _('add/update author field in patch with given user')),
2611 ('D', 'currentdate', None, _('add/update "Date: <current date>" in patch')),
2611 ('D', 'currentdate', None, _('add/update date field in patch with current date')),
2612 ('d', 'date', '', _('add/update "Date: <given date>" in patch'))
2612 ('d', 'date', '', _('add/update date field in patch with given date'))
2613 ] + commands.walkopts + commands.commitopts,
2613 ] + commands.walkopts + commands.commitopts,
2614 _('hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]...')),
2614 _('hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]...')),
2615 'qrename|qmv':
2615 'qrename|qmv':
General Comments 0
You need to be logged in to leave comments. Login now