mercurial/help/pager.txt
branchstable
changeset 32104 f06d23af6cdf
parent 32084 091d6b9157da
child 32137 c4eb23116a09
--- a/mercurial/help/pager.txt	Tue May 02 20:19:09 2017 +0200
+++ b/mercurial/help/pager.txt	Mon May 01 16:36:50 2017 +0200
@@ -29,7 +29,7 @@
 
 To globally turn off all attempts to use a pager, set::
 
-  [pager]
-  enable = false
+  [ui]
+  paginate = never
 
 which will prevent the pager from running.