##// END OF EJS Templates
pager: document the 'pager' config section...
Pierre-Yves David -
r32100:7c76f392 stable
parent child Browse files
Show More
@@ -1361,6 +1361,27 b' Supported arguments:'
1361 the executable name of the tool.
1361 the executable name of the tool.
1362 (default: None)
1362 (default: None)
1363
1363
1364 ``pager``
1365 ---------
1366
1367 Setting used to control when to paginate and with what external tool. See
1368 :hg:`help pager` for details.
1369
1370 ``pager``
1371 Define the external tool used as pager.
1372
1373 If no pager is set, Mercurial uses the environment variable $PAGER.
1374 If neither pager.pager, nor $PAGER is set, a default pager will be
1375 used, typically `less` on Unix and `more` on Windows. Example::
1376
1377 [pager]
1378 pager = less -FRX
1379
1380 ``ignore``
1381 List of commands to disable the pager for. Example::
1382
1383 [pager]
1384 ignore = version, help, update
1364
1385
1365 ``patch``
1386 ``patch``
1366 ---------
1387 ---------
General Comments 0
You need to be logged in to leave comments. Login now