Show More
@@ -19,11 +19,10 b' To set the pager that should be used, se' | |||||
19 | [pager] |
|
19 | [pager] | |
20 | pager = LESS='FSRX' less |
|
20 | pager = LESS='FSRX' less | |
21 |
|
21 | |||
22 | If no pager is set, the pager extensions uses the environment variable |
|
22 | If no pager is set, the pager extensions uses the environment variable $PAGER. | |
23 |
|
|
23 | If neither pager.pager, nor $PAGER is set, no pager is used. | |
24 |
|
24 | |||
25 | If you notice "BROKEN PIPE" error messages, you can disable them by |
|
25 | If you notice "BROKEN PIPE" error messages, you can disable them by setting: | |
26 | setting: |
|
|||
27 |
|
26 | |||
28 | [pager] |
|
27 | [pager] | |
29 | quiet = True |
|
28 | quiet = True | |
@@ -34,16 +33,15 b' pager.ignore list:' | |||||
34 | [pager] |
|
33 | [pager] | |
35 | ignore = version, help, update |
|
34 | ignore = version, help, update | |
36 |
|
35 | |||
37 | You can also enable the pager only for certain commands using |
|
36 | You can also enable the pager only for certain commands using pager.attend: | |
38 | pager.attend: |
|
|||
39 |
|
37 | |||
40 | [pager] |
|
38 | [pager] | |
41 | attend = log |
|
39 | attend = log | |
42 |
|
40 | |||
43 | If pager.attend is present, pager.ignore will be ignored. |
|
41 | If pager.attend is present, pager.ignore will be ignored. | |
44 |
|
42 | |||
45 | To ignore global commands like "hg version" or "hg help", you have to |
|
43 | To ignore global commands like "hg version" or "hg help", you have to specify | |
46 |
|
|
44 | them in the global .hgrc | |
47 | ''' |
|
45 | ''' | |
48 |
|
46 | |||
49 | import sys, os, signal |
|
47 | import sys, os, signal |
General Comments 0
You need to be logged in to leave comments.
Login now