comparison 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
comparison
equal deleted inserted replaced
963:84355e3e4493 964:3f37720e7dc7
112 verbose;; 112 verbose;;
113 Increase the amount of output printed. True or False. Default is False. 113 Increase the amount of output printed. True or False. Default is False.
114 ssh;; 114 ssh;;
115 command to use for SSH connections. Default is 'ssh'. 115 command to use for SSH connections. Default is 'ssh'.
116 remotecmd;; 116 remotecmd;;
117 command to use for remote push operations. Default is 'hg'. 117 remote command to use for clone/push/pull operations. Default is 'hg'.
118 118
119 119
120 web:: 120 web::
121 Web interface configuration. 121 Web interface configuration.
122 name;; 122 name;;
132 Where to output the access log. Default is stdout. 132 Where to output the access log. Default is stdout.
133 errorlog;; 133 errorlog;;
134 Where to output the error log. Default is stderr. 134 Where to output the error log. Default is stderr.
135 templates;; 135 templates;;
136 Where to find the HTML templates. Default is install path. 136 Where to find the HTML templates. Default is install path.
137 maxchanges;;
138 Maximum number of changes to list on the changelog. Default is 10.
139 maxfiles;;
140 Maximum number of files to list per changeset. Default is 10.
141 allowpull;;
142 Whether to allow pulling from the repository. Default is true.
137 143
138 AUTHOR 144 AUTHOR
139 ------ 145 ------
140 Bryan O'Sullivan <bos@serpentine.com>. 146 Bryan O'Sullivan <bos@serpentine.com>.
141 147