doc/hgrc.5.txt
changeset 10409 4c94a3df4b10
parent 10391 935ef1836b2f
child 10416 4cfd0d56be6d
equal deleted inserted replaced
10408:50fb1fe143ff 10409:4c94a3df4b10
   871     revisions. Default is False. This feature creates temporary files.
   871     revisions. Default is False. This feature creates temporary files.
   872 ``baseurl``
   872 ``baseurl``
   873     Base URL to use when publishing URLs in other locations, so
   873     Base URL to use when publishing URLs in other locations, so
   874     third-party tools like email notification hooks can construct
   874     third-party tools like email notification hooks can construct
   875     URLs. Example: ``http://hgserver/repos/``.
   875     URLs. Example: ``http://hgserver/repos/``.
       
   876 ``cacerts``
       
   877     Path to file containing a list of PEM encoded certificate authorities
       
   878     that may be used to verify an SSL server's identity. The form must be
       
   879     as follows::
       
   880 
       
   881         -----BEGIN CERTIFICATE-----
       
   882         ... (certificate in base64 PEM encoding) ...
       
   883         -----END CERTIFICATE-----
       
   884         -----BEGIN CERTIFICATE-----
       
   885         ... (certificate in base64 PEM encoding) ...
       
   886         -----END CERTIFICATE-----
       
   887 
       
   888     This feature is only supported when using Python 2.6. If you wish to
       
   889     use it with earlier versions of Python, install the backported
       
   890     version of the ssl library that is available from
       
   891     ``http://pypi.python.org``.
       
   892 
       
   893     You can use OpenSSL's CA certificate file if your platform has one.
       
   894     On most Linux systems this will be ``/etc/ssl/certs/ca-certificates.crt``.
       
   895     Otherwise you will have to generate this file manually.
   876 ``contact``
   896 ``contact``
   877     Name or email address of the person in charge of the repository.
   897     Name or email address of the person in charge of the repository.
   878     Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
   898     Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
   879 ``deny_push``
   899 ``deny_push``
   880     Whether to deny pushing to the repository. If empty or not set,
   900     Whether to deny pushing to the repository. If empty or not set,