Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(592)

Unified Diff: src/cmd/go/vcs.go

Issue 7133048: code review 7133048: cmd/go: Add support for accessing mercurial repositorie...
Patch Set: diff -r 9a3e56fe880c https://code.google.com/p/go Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/go/vcs.go
===================================================================
--- a/src/cmd/go/vcs.go
+++ b/src/cmd/go/vcs.go
@@ -81,7 +81,7 @@
tagSyncCmd: "update -r {tag}",
tagSyncDefault: "update default",
- scheme: []string{"https", "http"},
+ scheme: []string{"https", "http", "ssh"},
pingCmd: "identify {scheme}://{repo}",
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b