author | Jeff Walden <jwalden@mit.edu> |
Mon, 19 May 2008 03:52:26 -0400 | |
changeset 6609 | ff5ef3c0fe10 |
parent 6608 | 8d9d09d7c8b7 |
child 6610 | 92b5be854677 |
child 6618 | 876fdc73cde0 |
hgext/mq.py | file | annotate | diff | comparison | revisions |
--- 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":