mq: explain qpush -f better
authorMads Kiilerich <mads@kiilerich.com>
Wed, 29 Sep 2010 01:32:50 +0200
changeset 12583 903828be7397
parent 12582 18c79cef795c
child 12584 fb24b491e06a
mq: explain qpush -f better
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)')),