mercurial/help/pager.txt
branchstable
changeset 32608 85b978031a75
parent 32138 edbbd18a47ab
equal deleted inserted replaced
32607:62e42e289750 32608:85b978031a75
     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]
     7   pager = less -FRX
     7   pager = less -FRX
     8 
     8 
     9 If no pager is set, Mercurial uses the environment variable
     9 If no pager is set in the user or repository configuration, Mercurial uses the
    10 $PAGER. If neither pager.pager, nor $PAGER is set, a default pager
    10 environment variable $PAGER. If $PAGER is not set, pager.pager from the default
    11 will be used, typically `less` on Unix and `more` on Windows.
    11 or system configuration is used. If none of these are set, a default pager will
       
    12 be used, typically `less` on Unix and `more` on Windows.
    12 
    13 
    13 .. container:: windows
    14 .. container:: windows
    14 
    15 
    15   On Windows, `more` is not color aware, so using it effectively disables color.
    16   On Windows, `more` is not color aware, so using it effectively disables color.
    16   MSYS and Cygwin shells provide `less` as a pager, which can be configured to
    17   MSYS and Cygwin shells provide `less` as a pager, which can be configured to