comparison mercurial/help/pager.txt @ 31062:88203f26ea57

pager: add a config knob to just globally turn off the pager
author Augie Fackler <augie@google.com>
date Tue, 07 Feb 2017 17:13:25 -0500
parents 900996da577a
children bf5e13e38390
comparison
equal deleted inserted replaced
31061:900996da577a 31062:88203f26ea57
24 24
25 - use as needed: `auto`. 25 - use as needed: `auto`.
26 - require the pager: `yes` or `on`. 26 - require the pager: `yes` or `on`.
27 - suppress the pager: `no` or `off` (any unrecognized value 27 - suppress the pager: `no` or `off` (any unrecognized value
28 will also work). 28 will also work).
29
30 To globally turn off all attempts to use a pager, set::
31
32 [pager]
33 enable = false
34
35 which will prevent the pager from running.