hgext/mq.py
changeset 6618 876fdc73cde0
parent 6617 de83188043b2
parent 6609 ff5ef3c0fe10
child 6619 170818dad56b
--- a/hgext/mq.py	Sun May 18 23:49:33 2008 +0200
+++ b/hgext/mq.py	Mon May 19 10:02:28 2008 +0200
@@ -2321,7 +2321,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":