diff hgext/mq.py @ 6609:ff5ef3c0fe10

Slight improvement to qpop arguments help
author Jeff Walden <jwalden@mit.edu>
date Mon, 19 May 2008 03:52:26 -0400
parents 75b506f0e571
children 92b5be854677 876fdc73cde0
line wrap: on
line diff
--- a/hgext/mq.py	Sun May 18 20:54:10 2008 +0200
+++ b/hgext/mq.py	Mon May 19 03:52:26 2008 -0400
@@ -2323,7 +2323,7 @@
     "^qpop":
         (pop,
          [('a', 'all', None, _('pop all patches')),
-          ('n', 'name', '', _('queue name to pop')),
+          ('n', 'name', '', _('pop patches until the named patch is the current patch')),
           ('f', 'force', None, _('forget any local changes'))],
          _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
     "^qpush":