Commit 10ea3254 authored by Robert Hencke's avatar Robert Hencke Committed by Rob Pike

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
parent 2de064b6
......@@ -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 = """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment