Mercurial > hg
changeset 6618:876fdc73cde0
merge from crew-stable
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 19 May 2008 10:02:28 +0200 |
parents | de83188043b2 (current diff) ff5ef3c0fe10 (diff) |
children | 170818dad56b |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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":