1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:04:41 -07:00

codereview.py: suggest installing Mercurial from official website

Continuation of https://golang.org/cl/6499053/

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6584059
This commit is contained in:
Robert Hencke 2012-10-03 06:58:24 +10:00 committed by Rob Pike
parent 2de064b63c
commit 10ea3254a8

View 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 = """