# HG changeset patch # User Mads Kiilerich # Date 1285716770 -7200 # Node ID 903828be73972e7d71704debeba874f660b125a2 # Parent 18c79cef795cfff9b1353835c8093c256829aece mq: explain qpush -f better diff -r 18c79cef795c -r 903828be7397 hgext/mq.py --- a/hgext/mq.py Wed Sep 29 01:32:50 2010 +0200 +++ b/hgext/mq.py Wed Sep 29 01:32:50 2010 +0200 @@ -3086,7 +3086,7 @@ _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')), "^qpush": (push, - [('f', 'force', None, _('apply if the patch has rejects')), + [('f', 'force', None, _('apply on top of local changes')), ('l', 'list', None, _('list patch name in commit text')), ('a', 'all', None, _('apply all patches')), ('m', 'merge', None, _('merge from another queue (DEPRECATED)')),