# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2017-02-24 22:12:43 # Node ID 356937ea7a02a692281b9ebb692b45a2780a8434 # Parent b4cb86ab4c719eb615a4308eafd8b1386a511eeb pager: add support to --patch, --list and --stat options of hg shelve diff --git a/hgext/shelve.py b/hgext/shelve.py --- a/hgext/shelve.py +++ b/hgext/shelve.py @@ -485,6 +485,7 @@ def listcmd(ui, repo, pats, opts): if not ui.plain(): width = ui.termwidth() namelabel = 'shelve.newest' + ui.pager('shelve') for mtime, name in listshelves(repo): sname = util.split(name)[1] if pats and sname not in pats: