Commit a61dcef2 authored by Dustin Shields-Cloues's avatar Dustin Shields-Cloues Committed by Russ Cox

cmd/go: add hg ssh support

R=golang-dev, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/7133048
parent 2524c71b
......@@ -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}",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment