]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use hg repo for code.google.com shutdown check
authorRuss Cox <rsc@golang.org>
Thu, 23 Jul 2015 06:19:57 +0000 (02:19 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2015 17:32:48 +0000 (17:32 +0000)
commit00cf88e2c60076b5e5e2e07272cd1d188c183ea1
treef9cd53ffc26709a8fc1deeb57e47478eccb0712c
parentca2a66431e4e6f95b5c69a8dde0222d5d2b346ef
cmd/go: use hg repo for code.google.com shutdown check

svn dies due to not being able to validate the googlecode.com certificate.
hg does not even attempt to validate it.

Fixes #11806.

Change-Id: I84ced5aa84bb1e4a4cdb2254f2d08a64a1ef23f6
Reviewed-on: https://go-review.googlesource.com/12558
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go