author | Pulkit Goyal <7895pulkit@gmail.com> |
Fri, 13 Oct 2017 06:02:56 +0530 | |
branch | stable |
changeset 3065 | fdd0b6c26597 |
parent 3064 | 7a1a4d1f0958 |
child 3066 | 512827b1a24a |
--- a/hgext3rd/topic/__init__.py Sat Oct 14 20:17:25 2017 +0530 +++ b/hgext3rd/topic/__init__.py Fri Oct 13 06:02:56 2017 +0530 @@ -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', [