mercurial/help/pager.txt
branchstable
changeset 32081 a6865b35a10d
parent 32078 bf5e13e38390
child 32084 091d6b9157da
equal deleted inserted replaced
32080:fcddcf442e4f 32081:a6865b35a10d
     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, the pager extensions uses the environment variable
     9 If no pager is set, Mercurial uses the environment variable
    10 $PAGER. If neither pager.pager, nor $PAGER is set, a default pager
    10 $PAGER. If neither pager.pager, nor $PAGER is set, a default pager
    11 will be used, typically `less` on Unix and `more` on Windows.
    11 will be used, typically `less` on Unix and `more` on Windows.
    12 
    12 
    13 You can disable the pager for certain commands by adding them to the
    13 You can disable the pager for certain commands by adding them to the
    14 pager.ignore list::
    14 pager.ignore list::