##// END OF EJS Templates
Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
Dirkjan Ochtman -
r6610:92b5be85 default
parent child Browse files
Show More
@@ -2323,7 +2323,7 b' cmdtable = {'
2323 2323 "^qpop":
2324 2324 (pop,
2325 2325 [('a', 'all', None, _('pop all patches')),
2326 ('n', 'name', '', _('pop patches until the named patch is the current patch')),
2326 ('n', 'name', '', _('queue name to pop')),
2327 2327 ('f', 'force', None, _('forget any local changes'))],
2328 2328 _('hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]')),
2329 2329 "^qpush":
General Comments 0
You need to be logged in to leave comments. Login now