Submitter | Augie Fackler |
---|---|
Date | Feb. 16, 2017, 4:59 p.m. |
Message ID | <35d0605a6304ad215260.1487264355@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/18553/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -857,6 +857,7 @@ class ui(object): if (self._neverpager or self.pageractive or command in self.configlist('pager', 'ignore') + or not self.configbool('pager', 'attend-' + command, True) # TODO: if we want to allow HGPLAINEXCEPT=pager, # formatted() will need some adjustment. or not self.formatted()