author | Kevin Bullock <kbullock@ringworld.org> |
Fri, 29 Oct 2010 00:57:34 -0500 | |
branch | stable |
changeset 12892 | 919c440868d9 |
parent 12891 | b69fd38a034e |
child 12893 | 15ca4bfecfe3 |
hgext/pager.py | file | annotate | diff | comparison | revisions |
--- 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.