]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add hg ssh support
authorDustin Shields-Cloues <dcloues@gmail.com>
Tue, 22 Jan 2013 19:43:37 +0000 (14:43 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 19:43:37 +0000 (14:43 -0500)
R=golang-dev, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/7133048

src/cmd/go/vcs.go

index 1c121672f99c3303ad7998a038ad11bb9b5c2742..437e6400bb3f0be9a1b79fe62d8878adf4e132ed 100644 (file)
@@ -81,7 +81,7 @@ var vcsHg = &vcsCmd{
        tagSyncCmd:     "update -r {tag}",
        tagSyncDefault: "update default",
 
-       scheme:  []string{"https", "http"},
+       scheme:  []string{"https", "http", "ssh"},
        pingCmd: "identify {scheme}://{repo}",
 }