Mercurial > public > mercurial-scm > hg-stable
diff mercurial/dispatch.py @ 31046:9c827087df38
ui: rename neverpager to disablepager
I agree this is a clearer name for this method.
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 19 Feb 2017 20:12:52 -0500 |
parents | 3ed6e43998df |
children | 04344226b3ce |
line wrap: on
line diff
--- a/mercurial/dispatch.py Sun Feb 19 20:00:18 2017 +0900 +++ b/mercurial/dispatch.py Sun Feb 19 20:12:52 2017 -0500 @@ -750,7 +750,7 @@ ui_.setconfig('ui', 'interactive', 'off', '-y') if options['pager'] != 'auto' and not util.parsebool(options['pager']): - ui.neverpager() + ui.disablepager() if cmdoptions.get('insecure', False): for ui_ in uis: