mercurial/ui.py
changeset 31062 88203f26ea57
parent 31026 9c827087df38
child 31079 873ebdd6e84d
--- a/mercurial/ui.py	Tue Feb 07 00:07:53 2017 -0500
+++ b/mercurial/ui.py	Tue Feb 07 17:13:25 2017 -0500
@@ -857,6 +857,7 @@
         if (self._disablepager
             or self.pageractive
             or command in self.configlist('pager', 'ignore')
+            or not self.configbool('pager', 'enable', True)
             or not self.configbool('pager', 'attend-' + command, True)
             # TODO: if we want to allow HGPLAINEXCEPT=pager,
             # formatted() will need some adjustment.