author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Mon, 19 May 2008 10:02:28 +0200 | |
changeset 6618 | 876fdc73cde0 |
parent 6617 | de83188043b2 (current diff) |
parent 6609 | ff5ef3c0fe10 (diff) |
child 6619 | 170818dad56b |
hgext/mq.py | file | annotate | diff | comparison | revisions |
--- 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":