# HG changeset patch # User Jeff Walden # Date 1211183546 14400 # Node ID ff5ef3c0fe10dfbd3a8dd2282979b953fc8167aa # Parent 8d9d09d7c8b7901eec5792c22542ce3b3cc38b17 Slight improvement to qpop arguments help diff -r 8d9d09d7c8b7 -r ff5ef3c0fe10 hgext/mq.py --- 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":