From: Andrew Gerrand Date: Sat, 14 Apr 2012 03:27:11 +0000 (+1000) Subject: [release-branch.go1] doc: update Mercurial installation instructions X-Git-Tag: go1.0.1~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30f431fe2edea59a00c56f71cd3f2c86d5de0ebe;p=gostls13.git [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 »»» --- 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 gcc with

To perform the next step you must have Mercurial installed. (Check that you -have an hg command.) This suffices to install Mercurial on most -Unix systems: +have an hg command.)

-
-sudo easy_install mercurial==2.0
-
- -

-On Ubuntu/Debian, the Mercurial in your distribution's -package repository is most likely old and broken. -You might try this first: -

- -
apt-get install python-setuptools python-dev build-essential
-

-If that fails, or if you use Windows, install manually from the -Mercurial Download -page. +If you do not have a working Mercurial installation, +follow the instructions on the +Mercurial downloads page.