##// END OF EJS Templates
hgrc.5: capitalize True and False consistently
Martin Geisler -
r9699:7f4a792e default
parent child Browse files
Show More
@@ -738,7 +738,7 User interface controls.
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
@@ -835,13 +835,13 Web interface configuration.
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
@@ -863,7 +863,7 Web interface configuration.
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
@@ -907,9 +907,9 Web interface configuration.
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.
@@ -923,7 +923,7 Web interface configuration.
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
General Comments 0
You need to be logged in to leave comments. Login now