Show More
@@ -49,9 +49,13 b' existing attend and ignore options and d' | |||
|
49 | 49 | To ignore global commands like :hg:`version` or :hg:`help`, you have |
|
50 | 50 | to specify them in your user configuration file. |
|
51 | 51 | |
|
52 | The --pager=... option can also be used to control when the pager is | |
|
53 | used. Use a boolean value like yes, no, on, off, or use auto for | |
|
54 | normal behavior. | |
|
52 | To control whether the pager is used at all for an individual command, | |
|
53 | you can use --pager=<value>:: | |
|
54 | ||
|
55 | - use as needed: `auto`. | |
|
56 | - require the pager: `yes` or `on`. | |
|
57 | - suppress the pager: `no` or `off` (any unrecognized value | |
|
58 | will also work). | |
|
55 | 59 | |
|
56 | 60 | ''' |
|
57 | 61 |
General Comments 0
You need to be logged in to leave comments.
Login now