From: David Symonds Date: Mon, 8 Dec 2014 07:50:50 +0000 (+1100) Subject: doc: remove obsolete FAQ entry about using Mercurial vs. Git. X-Git-Tag: go1.5beta1~2672 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=36e443342d766be454c71f14948fdaa6ca4d7829;p=gostls13.git doc: remove obsolete FAQ entry about using Mercurial vs. Git. Change-Id: I9d9b02ad745208e7297cb75c86af49b2d858b12d Reviewed-on: https://go-review.googlesource.com/1176 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 7597997798..7a0a0bdb77 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -986,32 +986,6 @@ See the document for more information about how to proceed.

-

-Why does the project use Mercurial and not git?

- -

-The Go project, hosted by Google Code at -code.google.com/p/go, -uses Mercurial as its version control system. -When the project launched, -Google Code supported only Subversion and Mercurial. -Mercurial was a better choice because of its plugin mechanism -that allowed us to create the "codereview" plugin to connect -the project to the excellent code review tools at -codereview.appspot.com. -

- -

-Programmers who work -with the Go project's source rather than release downloads sometimes -ask for the project to switch to git. -That would be possible, but it would be a lot of work and -would also require reimplementing the codereview plugin. -Given that Mercurial works today, with code review support, -combined with the Go project's mostly linear, non-branching use of -version control, a switch to git doesn't seem worthwhile. -

-

Why does "go get" use HTTPS when cloning a repository?