##// END OF EJS Templates
Slight improvement to qpop arguments help
Jeff Walden -
r6609:ff5ef3c0 default
parent child Browse files
Show More
@@ -2323,7 +2323,7 b' cmdtable = {'
2323 "^qpop":
2323 "^qpop":
2324 (pop,
2324 (pop,
2325 [('a', 'all', None, _('pop all patches')),
2325 [('a', 'all', None, _('pop all patches')),
2326 ('n', 'name', '', _('queue name to pop')),
2326 ('n', 'name', '', _('pop patches until the named patch is the current patch')),
2327 ('f', 'force', None, _('forget any local changes'))],
2327 ('f', 'force', None, _('forget any local changes'))],
2328 _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
2328 _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
2329 "^qpush":
2329 "^qpush":
General Comments 0
You need to be logged in to leave comments. Login now