mercurial/help/pager.txt
branchstable
changeset 32104 f06d23af6cdf
parent 32084 091d6b9157da
child 32111 c4eb23116a09
equal deleted inserted replaced
32103:9a98023ac8db 32104:f06d23af6cdf
    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 
    29 
    30 To globally turn off all attempts to use a pager, set::
    30 To globally turn off all attempts to use a pager, set::
    31 
    31 
    32   [pager]
    32   [ui]
    33   enable = false
    33   paginate = never
    34 
    34 
    35 which will prevent the pager from running.
    35 which will prevent the pager from running.