hgext/mq.py
changeset 12583 903828be7397
parent 12539 dece1f46f7a2
child 12589 57ad5c4e4213
--- 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)')),