Show More
@@ -738,7 +738,7 User interface controls. | |||
|
738 | 738 | Whether to include the .hg_archival.txt file containing meta data |
|
739 | 739 | (hashes for the repository base and for tip) in archives created |
|
740 | 740 | by the hg archive command or downloaded via hgweb. |
|
741 |
Default is |
|
|
741 | Default is True. | |
|
742 | 742 | ``askusername`` |
|
743 | 743 | Whether to prompt for a username when committing. If True, and |
|
744 | 744 | neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will |
@@ -835,13 +835,13 Web interface configuration. | |||
|
835 | 835 | ``allowbz2`` |
|
836 | 836 | (DEPRECATED) Whether to allow .tar.bz2 downloading of repository |
|
837 | 837 | revisions. |
|
838 |
Default is |
|
|
838 | Default is False. | |
|
839 | 839 | ``allowgz`` |
|
840 | 840 | (DEPRECATED) Whether to allow .tar.gz downloading of repository |
|
841 | 841 | revisions. |
|
842 |
Default is |
|
|
842 | Default is False. | |
|
843 | 843 | ``allowpull`` |
|
844 |
Whether to allow pulling from the repository. Default is |
|
|
844 | Whether to allow pulling from the repository. Default is True. | |
|
845 | 845 | ``allow_push`` |
|
846 | 846 | Whether to allow pushing to the repository. If empty or not set, |
|
847 | 847 | push is not allowed. If the special value ``*``, any remote user can |
@@ -863,7 +863,7 Web interface configuration. | |||
|
863 | 863 | list. |
|
864 | 864 | ``allowzip`` |
|
865 | 865 | (DEPRECATED) Whether to allow .zip downloading of repository |
|
866 |
revisions. Default is |
|
|
866 | revisions. Default is False. This feature creates temporary files. | |
|
867 | 867 | ``baseurl`` |
|
868 | 868 | Base URL to use when publishing URLs in other locations, so |
|
869 | 869 | third-party tools like email notification hooks can construct |
@@ -907,9 +907,9 Web interface configuration. | |||
|
907 | 907 | Where to output the error log. Default is stderr. |
|
908 | 908 | ``hidden`` |
|
909 | 909 | Whether to hide the repository in the hgwebdir index. |
|
910 |
Default is |
|
|
910 | Default is False. | |
|
911 | 911 | ``ipv6`` |
|
912 |
Whether to use IPv6. Default is |
|
|
912 | Whether to use IPv6. Default is False. | |
|
913 | 913 | ``name`` |
|
914 | 914 | Repository name to use in the web interface. Default is current |
|
915 | 915 | working directory. |
@@ -923,7 +923,7 Web interface configuration. | |||
|
923 | 923 | Prefix path to serve from. Default is '' (server root). |
|
924 | 924 | ``push_ssl`` |
|
925 | 925 | Whether to require that inbound pushes be transported over SSL to |
|
926 |
prevent password sniffing. Default is |
|
|
926 | prevent password sniffing. Default is True. | |
|
927 | 927 | ``staticurl`` |
|
928 | 928 | Base URL to use for static files. If unset, static files (e.g. the |
|
929 | 929 | hgicon.png favicon) will be served by the CGI script itself. Use |
General Comments 0
You need to be logged in to leave comments.
Login now