##// END OF EJS Templates
mq: explain qpush -f better
Mads Kiilerich -
r12583:903828be default
parent child Browse files
Show More
@@ -3086,7 +3086,7 b' cmdtable = {'
3086 _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
3086 _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
3087 "^qpush":
3087 "^qpush":
3088 (push,
3088 (push,
3089 [('f', 'force', None, _('apply if the patch has rejects')),
3089 [('f', 'force', None, _('apply on top of local changes')),
3090 ('l', 'list', None, _('list patch name in commit text')),
3090 ('l', 'list', None, _('list patch name in commit text')),
3091 ('a', 'all', None, _('apply all patches')),
3091 ('a', 'all', None, _('apply all patches')),
3092 ('m', 'merge', None, _('merge from another queue (DEPRECATED)')),
3092 ('m', 'merge', None, _('merge from another queue (DEPRECATED)')),
General Comments 0
You need to be logged in to leave comments. Login now