]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs options
authorEthan Anderson <eanderson@atlassian.com>
Tue, 14 Dec 2021 16:59:06 +0000 (10:59 -0600)
committerCherry Mui <cherryyz@google.com>
Mon, 7 Feb 2022 16:28:43 +0000 (16:28 +0000)
commitfaa04090f8d3e1b699328c5a4aaadb5bb78d7dfe
tree231cd079fe8f506398ac11eaae43ce2cb6d4fef6
parent1b867ce3efa427d8b4bb07f51b0f8a262f3a1227
[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs options

Mercurial was deprecated as of July 1, 2020 as per https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket

Fixes #50812.
Updates #50810.

Change-Id: I0d40f84aaa393905cae7c4bed8919b15de9a5f6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/371720
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Bryan Mills <bcmills@google.com>
(cherry picked from commit 5b1b80beb1a2a9a353738e80777d1e25cfdfa095)
Reviewed-on: https://go-review.googlesource.com/c/go/+/380996
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/vcs/vcs.go
src/cmd/go/internal/vcs/vcs_test.go