changeset 3161:fdd0b6c26597 stable

pager: add support to `hg stack`
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 13 Oct 2017 06:02:56 +0530
parents 7a1a4d1f0958
children 512827b1a24a
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py
+++ b/hgext3rd/topic/__init__.py
@@ -524,6 +524,7 @@
         topic = repo.currenttopic
     if topic is None:
         branch = repo[None].branch()
+    compat.startpager(ui, 'stack')
     return stack.showstack(ui, repo, branch=branch, topic=topic, opts=opts)
 
 @command('debugcb|debugconvertbookmark', [