Show More
@@ -852,6 +852,7 b' class ui(object):' | |||
|
852 | 852 | if (self._neverpager |
|
853 | 853 | or self.pageractive |
|
854 | 854 | or command in self.configlist('pager', 'ignore') |
|
855 | or not self.configbool('pager', 'attend-' + command, True) | |
|
855 | 856 | # TODO: if we want to allow HGPLAINEXCEPT=pager, |
|
856 | 857 | # formatted() will need some adjustment. |
|
857 | 858 | or not self.formatted() |
General Comments 0
You need to be logged in to leave comments.
Login now