diff doc/hgrc.5.txt @ 6325:41c77bb8d7f3

pager: remove pager code from core
author Matt Mackall <mpm@selenic.com>
date Thu, 20 Mar 2008 11:12:35 -0500
parents 1a13a5bbbbc1
children a1db3d8b9b8a
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Thu Mar 20 11:12:35 2008 -0500
+++ b/doc/hgrc.5.txt	Thu Mar 20 11:12:35 2008 -0500
@@ -535,12 +535,6 @@
     Print debugging information.  True or False.  Default is False.
   editor;;
     The editor to use during a commit.  Default is $EDITOR or "vi".
-  pager;;
-    The pager that is used when displaying long output.
-    Default is $PAGER. If not set, the output is written to the
-    stdandard output.
-  usepager;;
-    If set to true, the system pager is used. True or False. Default is False.
   fallbackencoding;;
     Encoding to try if it's not possible to decode the changelog using
     UTF-8.  Default is ISO-8859-1.