Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On Tue, Jan 24, 2012 at 11:10 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > cmd/go: fix get github > > Please review this at http://codereview.appspot.com/**5569054/<http://codereview.appspot.com/5569054/> > > Affected files: > M src/cmd/go/vcs.go > > > Index: src/cmd/go/vcs.go > ==============================**==============================**======= > --- a/src/cmd/go/vcs.go > +++ b/src/cmd/go/vcs.go > @@ -286,6 +286,7 @@ > { > prefix: "github.com/", > re: `^(?P<root>github\.com/[A-Za-** > z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/**[A-Za-z0-9_.\-]+)*$`, > + vcs: "git", > repo: "https://{root}", > check: noVCSSuffix, > }, > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=3a1cadf88332 *** cmd/go: fix get github R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5569054