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