changeset 12583:903828be7397

mq: explain qpush -f better
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 29 Sep 2010 01:32:50 +0200
parents 18c79cef795c
children fb24b491e06a
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)')),