doc/hgrc.5.txt
changeset 13234 0935ff767285
parent 13201 f05250572467
parent 13232 b25b5ad0cca8
child 13315 0d1dca7d2a04
--- a/doc/hgrc.5.txt	Fri Dec 31 17:09:38 2010 -0600
+++ b/doc/hgrc.5.txt	Wed Jan 05 15:56:03 2011 +0100
@@ -991,10 +991,11 @@
     third-party tools like email notification hooks can construct
     URLs. Example: ``http://hgserver/repos/``.
 ``cacerts``
-    Path to file containing a list of PEM encoded certificate authority
-    certificates. If specified on the client, then it will verify the identity
-    of remote HTTPS servers with these certificates. The form must be
-    as follows::
+    Path to file containing a list of PEM encoded certificate
+    authority certificates. Environment variables and ``~user``
+    constructs are expanded in the filename. If specified on the
+    client, then it will verify the identity of remote HTTPS servers
+    with these certificates. The form must be as follows::
 
         -----BEGIN CERTIFICATE-----
         ... (certificate in base64 PEM encoding) ...