##// END OF EJS Templates
pager: add support to --patch, --list and --stat options of hg shelve
Pulkit Goyal -
r31096:356937ea default
parent child Browse files
Show More
@@ -485,6 +485,7 def listcmd(ui, repo, pats, opts):
485 if not ui.plain():
485 if not ui.plain():
486 width = ui.termwidth()
486 width = ui.termwidth()
487 namelabel = 'shelve.newest'
487 namelabel = 'shelve.newest'
488 ui.pager('shelve')
488 for mtime, name in listshelves(repo):
489 for mtime, name in listshelves(repo):
489 sname = util.split(name)[1]
490 sname = util.split(name)[1]
490 if pats and sname not in pats:
491 if pats and sname not in pats:
General Comments 0
You need to be logged in to leave comments. Login now