equal
deleted
inserted
replaced
849 command: The full, non-aliased name of the command. That is, "log" |
849 command: The full, non-aliased name of the command. That is, "log" |
850 not "history, "summary" not "summ", etc. |
850 not "history, "summary" not "summ", etc. |
851 """ |
851 """ |
852 if (self._neverpager |
852 if (self._neverpager |
853 or self.pageractive |
853 or self.pageractive |
|
854 or command in self.configlist('pager', 'ignore') |
854 # TODO: if we want to allow HGPLAINEXCEPT=pager, |
855 # TODO: if we want to allow HGPLAINEXCEPT=pager, |
855 # formatted() will need some adjustment. |
856 # formatted() will need some adjustment. |
856 or not self.formatted() |
857 or not self.formatted() |
857 or self.plain() |
858 or self.plain() |
858 # TODO: expose debugger-enabled on the UI object |
859 # TODO: expose debugger-enabled on the UI object |