mercurial/dispatch.py
changeset 31026 9c827087df38
parent 30994 3ed6e43998df
child 31027 04344226b3ce
--- a/mercurial/dispatch.py	Sun Feb 19 20:00:18 2017 +0900
+++ b/mercurial/dispatch.py	Sun Feb 19 20:12:52 2017 -0500
@@ -750,7 +750,7 @@
                 ui_.setconfig('ui', 'interactive', 'off', '-y')
 
         if options['pager'] != 'auto' and not util.parsebool(options['pager']):
-            ui.neverpager()
+            ui.disablepager()
 
         if cmdoptions.get('insecure', False):
             for ui_ in uis: