Mercurial > hg-stable
changeset 12892:919c440868d9 stable
pager: make example of setting pager less silly
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Fri, 29 Oct 2010 00:57:34 -0500 |
parents | b69fd38a034e |
children | 15ca4bfecfe3 |
files | hgext/pager.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/pager.py Sat Oct 30 02:47:34 2010 -0500 +++ b/hgext/pager.py Fri Oct 29 00:57:34 2010 -0500 @@ -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.