# HG changeset patch # User Thomas Arendsen Hein # Date 2016-02-01 11:36:28 # Node ID 535f2900d0781495abd23cc1b154edfca1df1cac # Parent 1bcb4f34b9f91a2e330966182f691664fbada1bc help: hg.intevation.de is new primary name of hg.intevation.de (and new cert) Adjust the examples (prefix and hostfingerprints) in help/config.txt https://hg.intevation.de/ is now served with a new certificate that is signed by a commercial CA, so all nearly all browsers will accept it automatically. Listing both names, hg.intevation.de and hg.intevation.org, in the section [hostfingerprints] allows using both without configuring web.cacerts and without changing existing https URLs in the [paths] section. diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -334,7 +334,7 @@ Each line has the following format:: where ```` is used to group arguments into authentication entries. Example:: - foo.prefix = hg.intevation.org/mercurial + foo.prefix = hg.intevation.de/mercurial foo.username = foo foo.password = bar foo.schemes = http https @@ -977,7 +977,8 @@ The CA chain and web.cacerts is not used For example:: [hostfingerprints] - hg.intevation.org = fa:1f:d9:48:f1:e7:74:30:38:8d:d8:58:b6:94:b8:58:28:7d:8b:d0 + hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33 + hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33 This feature is only supported when using Python 2.6 or later.