doc/hgrc.5.txt
changeset 2358 8819fc1dcf4b
parent 2318 94d628499235
child 2387 62ce297f214f
equal deleted inserted replaced
2357:4a7bdb1e8dc1 2358:8819fc1dcf4b
   360   Web interface configuration.
   360   Web interface configuration.
   361   accesslog;;
   361   accesslog;;
   362     Where to output the access log. Default is stdout.
   362     Where to output the access log. Default is stdout.
   363   address;;
   363   address;;
   364     Interface address to bind to. Default is all.
   364     Interface address to bind to. Default is all.
       
   365   allow_archive;;
       
   366     List of archive format (bz2, gz, zip) allowed for downloading.
       
   367     Default is empty.
   365   allowbz2;;
   368   allowbz2;;
   366     Whether to allow .tar.bz2 downloading of repo revisions. Default is false.
   369     (DEPRECATED) Whether to allow .tar.bz2 downloading of repo revisions.
       
   370     Default is false.
   367   allowgz;;
   371   allowgz;;
   368     Whether to allow .tar.gz downloading of repo revisions. Default is false.
   372     (DEPRECATED) Whether to allow .tar.gz downloading of repo revisions.
       
   373     Default is false.
   369   allowpull;;
   374   allowpull;;
   370     Whether to allow pulling from the repository. Default is true.
   375     Whether to allow pulling from the repository. Default is true.
   371   allowzip;;
   376   allowzip;;
   372     Whether to allow .zip downloading of repo revisions. Default is false.
   377     (DEPRECATED) Whether to allow .zip downloading of repo revisions.
   373     This feature creates temporary files.
   378     Default is false. This feature creates temporary files.
   374   baseurl;;
   379   baseurl;;
   375     Base URL to use when publishing URLs in other locations, so
   380     Base URL to use when publishing URLs in other locations, so
   376     third-party tools like email notification hooks can construct URLs.
   381     third-party tools like email notification hooks can construct URLs.
   377     Example: "http://hgserver/repos/"
   382     Example: "http://hgserver/repos/"
   378   description;;
   383   description;;