##// END OF EJS Templates
pager: wrapped docstrings at 78 characters
Martin Geisler -
r9069:1abf3fdc default
parent child Browse files
Show More
@@ -19,11 +19,10 b' To set the pager that should be used, se'
19 19 [pager]
20 20 pager = LESS='FSRX' less
21 21
22 If no pager is set, the pager extensions uses the environment variable
23 $PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.
22 If no pager is set, the pager extensions uses the environment variable $PAGER.
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
26 setting:
25 If you notice "BROKEN PIPE" error messages, you can disable them by setting:
27 26
28 27 [pager]
29 28 quiet = True
@@ -34,16 +33,15 b' pager.ignore list:'
34 33 [pager]
35 34 ignore = version, help, update
36 35
37 You can also enable the pager only for certain commands using
38 pager.attend:
36 You can also enable the pager only for certain commands using pager.attend:
39 37
40 38 [pager]
41 39 attend = log
42 40
43 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
46 specify them in the global .hgrc
43 To ignore global commands like "hg version" or "hg help", you have to specify
44 them in the global .hgrc
47 45 '''
48 46
49 47 import sys, os, signal
General Comments 0
You need to be logged in to leave comments. Login now