diff doc/hgrc.5.txt @ 964:3f37720e7dc7

hgweb: Make maxfiles, maxchanges, and allowpull proper config options
author mpm@selenic.com
date Fri, 19 Aug 2005 22:12:40 -0800
parents 5730e90c025b
children 4f81068ed8cd
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri Aug 19 22:11:48 2005 -0800
+++ b/doc/hgrc.5.txt	Fri Aug 19 22:12:40 2005 -0800
@@ -114,7 +114,7 @@
   ssh;;
     command to use for SSH connections. Default is 'ssh'.
   remotecmd;;
-    command to use for remote push operations. Default is 'hg'.
+    remote command to use for clone/push/pull operations. Default is 'hg'.
 
 
 web::
@@ -134,6 +134,12 @@
     Where to output the error log. Default is stderr.
   templates;;
     Where to find the HTML templates. Default is install path.
+  maxchanges;;
+    Maximum number of changes to list on the changelog. Default is 10.
+  maxfiles;;
+    Maximum number of files to list per changeset. Default is 10.
+  allowpull;;
+    Whether to allow pulling from the repository. Default is true.
 
 AUTHOR
 ------