equal
deleted
inserted
replaced
736 |
736 |
737 ``archivemeta`` |
737 ``archivemeta`` |
738 Whether to include the .hg_archival.txt file containing meta data |
738 Whether to include the .hg_archival.txt file containing meta data |
739 (hashes for the repository base and for tip) in archives created |
739 (hashes for the repository base and for tip) in archives created |
740 by the hg archive command or downloaded via hgweb. |
740 by the hg archive command or downloaded via hgweb. |
741 Default is true. |
741 Default is True. |
742 ``askusername`` |
742 ``askusername`` |
743 Whether to prompt for a username when committing. If True, and |
743 Whether to prompt for a username when committing. If True, and |
744 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will |
744 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will |
745 be prompted to enter a username. If no username is entered, the |
745 be prompted to enter a username. If no username is entered, the |
746 default USER@HOST is used instead. |
746 default USER@HOST is used instead. |
833 List of archive format (bz2, gz, zip) allowed for downloading. |
833 List of archive format (bz2, gz, zip) allowed for downloading. |
834 Default is empty. |
834 Default is empty. |
835 ``allowbz2`` |
835 ``allowbz2`` |
836 (DEPRECATED) Whether to allow .tar.bz2 downloading of repository |
836 (DEPRECATED) Whether to allow .tar.bz2 downloading of repository |
837 revisions. |
837 revisions. |
838 Default is false. |
838 Default is False. |
839 ``allowgz`` |
839 ``allowgz`` |
840 (DEPRECATED) Whether to allow .tar.gz downloading of repository |
840 (DEPRECATED) Whether to allow .tar.gz downloading of repository |
841 revisions. |
841 revisions. |
842 Default is false. |
842 Default is False. |
843 ``allowpull`` |
843 ``allowpull`` |
844 Whether to allow pulling from the repository. Default is true. |
844 Whether to allow pulling from the repository. Default is True. |
845 ``allow_push`` |
845 ``allow_push`` |
846 Whether to allow pushing to the repository. If empty or not set, |
846 Whether to allow pushing to the repository. If empty or not set, |
847 push is not allowed. If the special value ``*``, any remote user can |
847 push is not allowed. If the special value ``*``, any remote user can |
848 push, including unauthenticated users. Otherwise, the remote user |
848 push, including unauthenticated users. Otherwise, the remote user |
849 must have been authenticated, and the authenticated user name must |
849 must have been authenticated, and the authenticated user name must |
861 to it not being set (i.e. access is permitted to all users). The |
861 to it not being set (i.e. access is permitted to all users). The |
862 contents of the allow_read list are examined after the deny_read |
862 contents of the allow_read list are examined after the deny_read |
863 list. |
863 list. |
864 ``allowzip`` |
864 ``allowzip`` |
865 (DEPRECATED) Whether to allow .zip downloading of repository |
865 (DEPRECATED) Whether to allow .zip downloading of repository |
866 revisions. Default is false. This feature creates temporary files. |
866 revisions. Default is False. This feature creates temporary files. |
867 ``baseurl`` |
867 ``baseurl`` |
868 Base URL to use when publishing URLs in other locations, so |
868 Base URL to use when publishing URLs in other locations, so |
869 third-party tools like email notification hooks can construct |
869 third-party tools like email notification hooks can construct |
870 URLs. Example: "http://hgserver/repos/" |
870 URLs. Example: "http://hgserver/repos/" |
871 ``contact`` |
871 ``contact`` |
905 Example: "UTF-8" |
905 Example: "UTF-8" |
906 ``errorlog`` |
906 ``errorlog`` |
907 Where to output the error log. Default is stderr. |
907 Where to output the error log. Default is stderr. |
908 ``hidden`` |
908 ``hidden`` |
909 Whether to hide the repository in the hgwebdir index. |
909 Whether to hide the repository in the hgwebdir index. |
910 Default is false. |
910 Default is False. |
911 ``ipv6`` |
911 ``ipv6`` |
912 Whether to use IPv6. Default is false. |
912 Whether to use IPv6. Default is False. |
913 ``name`` |
913 ``name`` |
914 Repository name to use in the web interface. Default is current |
914 Repository name to use in the web interface. Default is current |
915 working directory. |
915 working directory. |
916 ``maxchanges`` |
916 ``maxchanges`` |
917 Maximum number of changes to list on the changelog. Default is 10. |
917 Maximum number of changes to list on the changelog. Default is 10. |
921 Port to listen on. Default is 8000. |
921 Port to listen on. Default is 8000. |
922 ``prefix`` |
922 ``prefix`` |
923 Prefix path to serve from. Default is '' (server root). |
923 Prefix path to serve from. Default is '' (server root). |
924 ``push_ssl`` |
924 ``push_ssl`` |
925 Whether to require that inbound pushes be transported over SSL to |
925 Whether to require that inbound pushes be transported over SSL to |
926 prevent password sniffing. Default is true. |
926 prevent password sniffing. Default is True. |
927 ``staticurl`` |
927 ``staticurl`` |
928 Base URL to use for static files. If unset, static files (e.g. the |
928 Base URL to use for static files. If unset, static files (e.g. the |
929 hgicon.png favicon) will be served by the CGI script itself. Use |
929 hgicon.png favicon) will be served by the CGI script itself. Use |
930 this setting to serve them directly with the HTTP server. |
930 this setting to serve them directly with the HTTP server. |
931 Example: "http://hgserver/static/" |
931 Example: "http://hgserver/static/" |