hgext/mq.py
changeset 6609 ff5ef3c0fe10
parent 6607 75b506f0e571
child 6610 92b5be854677
child 6618 876fdc73cde0
--- 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":