comparison mercurial/help/pager.txt @ 32138:edbbd18a47ab stable

help: attempt to clarify that pager usage is not output length based This may be too subtle of a change to get the point across, but when I first read the original text, I thought maybe the pager would only be invoked if writing more than a screenful. The distinction between this and a pager that simply exits after printing less than a screenful is important on Windows, given the inability of `more` to color output.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 03 May 2017 22:05:23 -0400
parents c4eb23116a09
children 85b978031a75
comparison
equal deleted inserted replaced
32137:c4eb23116a09 32138:edbbd18a47ab
1 Some Mercurial commands produce a lot of output, and Mercurial will 1 Some Mercurial commands can produce a lot of output, and Mercurial will
2 attempt to use a pager to make those commands more pleasant. 2 attempt to use a pager to make those commands more pleasant.
3 3
4 To set the pager that should be used, set the application variable:: 4 To set the pager that should be used, set the application variable::
5 5
6 [pager] 6 [pager]