# HG changeset patch # User Jeff Walden # Date 2008-05-19 07:52:26 # Node ID ff5ef3c0fe10dfbd3a8dd2282979b953fc8167aa # Parent 8d9d09d7c8b7901eec5792c22542ce3b3cc38b17 Slight improvement to qpop arguments help diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2323,7 +2323,7 @@ cmdtable = { "^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":