doc/hgrc.5.txt
changeset 964 3f37720e7dc7
parent 962 5730e90c025b
child 981 4f81068ed8cd
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