hgext3rd/topic/__init__.py
branchstable
changeset 3066 512827b1a24a
parent 3065 fdd0b6c26597
child 3071 472a67075756
--- a/hgext3rd/topic/__init__.py	Fri Oct 13 06:02:56 2017 +0530
+++ b/hgext3rd/topic/__init__.py	Fri Oct 13 06:06:09 2017 +0530
@@ -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"))