changeset 3162:512827b1a24a stable

pager: add support to `hg topic`
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 13 Oct 2017 06:06:09 +0530
parents fdd0b6c26597
children 1769a8c20a82
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py
+++ b/hgext3rd/topic/__init__.py
@@ -445,6 +445,8 @@
         # Have some restrictions on the topic name just like bookmark name
         scmutil.checknewlabel(repo, topic, 'topic')
 
+    compat.startpager(ui, 'topics')
+
     if list:
         if clear or rev:
             raise error.Abort(_("cannot use --clear or --rev with --list"))