aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-04-14 13:27:11 +1000
committerAndrew Gerrand <adg@golang.org>2012-04-14 13:27:11 +1000
commit30f431fe2edea59a00c56f71cd3f2c86d5de0ebe (patch)
treeec708ca9315b205a162c141d335ea8562df32f20
parente4806c2a18c385bebc4ad08faf8e7aae89586d19 (diff)
downloadgo-30f431fe2edea59a00c56f71cd3f2c86d5de0ebe.tar.gz
go-30f431fe2edea59a00c56f71cd3f2c86d5de0ebe.zip
[release-branch.go1] doc: update Mercurial installation instructions
««« backport f6e1ee2d8cd1 doc: update Mercurial installation instructions R=r CC=golang-dev https://golang.org/cl/6031046 »»»
-rw-r--r--doc/install-source.html21
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 4673850f42..080bceb4dc 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -106,26 +106,13 @@ On Windows, install <code>gcc</code> with
<p>
To perform the next step you must have Mercurial installed. (Check that you
-have an <code>hg</code> command.) This suffices to install Mercurial on most
-Unix systems:
+have an <code>hg</code> command.)
</p>
-<pre>
-sudo easy_install mercurial==2.0
-</pre>
-
-<p>
-On Ubuntu/Debian, the Mercurial in your distribution's
-package repository is most likely old and broken.
-You might try this first:
-</p>
-
-<pre>apt-get install python-setuptools python-dev build-essential</pre>
-
<p>
-If that fails, or if you use Windows, install manually from the
-<a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a>
-page.
+If you do not have a working Mercurial installation,
+follow the instructions on the
+<a href="http://mercurial.selenic.com/downloads/">Mercurial downloads</a> page.
</p>
<p>