Submitter | Augie Fackler |
---|---|
Date | Feb. 16, 2017, 4:59 p.m. |
Message ID | <935dccd057eb61b98090.1487264356@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/18554/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -868,6 +868,7 @@ class ui(object): # interactive, the user didn't say HGPLAIN or # HGPLAINEXCEPT=pager, and the user didn't specify --debug. return + self.debug('starting pager for command %r\n' % command) # TODO: add a "system defaults" config section so this default # of more(1) can be easily replaced with a global