Show More
@@ -6,9 +6,10 To set the pager that should be used, se | |||
|
6 | 6 | [pager] |
|
7 | 7 | pager = less -FRX |
|
8 | 8 | |
|
9 | If no pager is set, Mercurial uses the environment variable | |
|
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. | |
|
9 | If no pager is set in the user or repository configuration, Mercurial uses the | |
|
10 | environment variable $PAGER. If $PAGER is not set, pager.pager from the default | |
|
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 | 14 | .. container:: windows |
|
14 | 15 |
General Comments 0
You need to be logged in to leave comments.
Login now