]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update Mercurial installation instructions
authorAndrew Gerrand <adg@golang.org>
Sat, 14 Apr 2012 03:27:11 +0000 (13:27 +1000)
committerAndrew Gerrand <adg@golang.org>
Sat, 14 Apr 2012 03:27:11 +0000 (13:27 +1000)
R=r
CC=golang-dev
https://golang.org/cl/6031046

doc/install-source.html

index 4673850f42d4c8ab23ca5d3de3715daf51d9c1f1..080bceb4dc2313416925f5b42a987cb07a43a5fd 100644 (file)
@@ -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>