]> Cypherpunks repositories - gostls13.git/commitdiff
codereview.py: suggest installing Mercurial from official website
authorRobert Hencke <robert.hencke@gmail.com>
Tue, 2 Oct 2012 20:58:24 +0000 (06:58 +1000)
committerRob Pike <r@golang.org>
Tue, 2 Oct 2012 20:58:24 +0000 (06:58 +1000)
Continuation of https://golang.org/cl/6499053/

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6584059

lib/codereview/codereview.py

index 62553257bbb787f205cee6cf7194dc42e64046af..6222585734b28555ee855f153f7a25cb92869459 100644 (file)
@@ -1039,11 +1039,7 @@ old_message = """
 The code review extension requires Mercurial """+hg_required+""" or newer.
 You are using Mercurial """+hgversion+""".
 
-To install a new Mercurial, use
-
-       sudo easy_install mercurial=="""+hg_suggested+"""
-
-or visit http://mercurial.selenic.com/downloads/.
+To install a new Mercurial, visit http://mercurial.selenic.com/downloads/.
 """
 
 linux_message = """