[PATCH] pager: teeny tiny documentation patch
Kevin Bullock
kbullock+mercurial at ringworld.org
Fri Oct 29 17:13:01 UTC 2010
# HG changeset patch
# User Kevin Bullock <kbullock at ringworld.org>
# Date 1288331854 18000
# Branch stable
# Node ID 41d4d662eb1851dd649abfb5e03668a740285500
# Parent e1855dee28c164be291755af2e11b26efe77a64e
pager: make example of setting pager less silly
diff --git a/hgext/pager.py b/hgext/pager.py
--- a/hgext/pager.py
+++ b/hgext/pager.py
@@ -17,7 +17,7 @@
To set the pager that should be used, set the application variable::
[pager]
- pager = LESS='FSRX' less
+ pager = less -FRSX
If no pager is set, the pager extensions uses the environment variable
$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.
More information about the Mercurial-devel
mailing list