From: Robert Griesemer
Date: Wed, 2 Feb 2011 23:53:32 +0000 (-0800)
Subject: Getting Started guide: update for new versions of Mercurial
X-Git-Tag: weekly.2011-02-15~124
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=68b40fbbb8ceff55efdf6dfb1f25c48c2f2df6d4;p=gostls13.git
Getting Started guide: update for new versions of Mercurial
Newer versions of Mercurial require the configuration
of Certification Authorities.
R=rsc
CC=golang-dev
https://golang.org/cl/4128052
---
diff --git a/doc/install.html b/doc/install.html
index 5917da964a..8630837b68 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -110,6 +110,21 @@ package repository will most likely be old and broken.)
If that fails, try installing manually from the Mercurial Download page.
+
+Mercurial versions 1.7.x and up require the configuration of
+Certification Authorities
+(CAs). Error messages of the form:
+
+
+warning: go.googlecode.com certificate with fingerprint b1:af: ... bc not verified (check hostfingerprints or web.cacerts config setting)
+
+
+when using Mercurial indicate that the CAs are missing.
+Check your Mercurial version (hg --version
) and
+configure the CAs
+if necessary.
+
+
Fetch the repository