From a3baf7f90ebdfaa38358cb2e45abae827b97b99a Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Mon, 2 May 2011 20:40:47 -0700
Subject: [PATCH] doc/install: specify clone -u instead of -r
R=rsc
CC=golang-dev
https://golang.org/cl/4435081
---
doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/install.html b/doc/install.html
index b9894169169..2256123ecb8 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -136,7 +136,7 @@ and make sure the go
directory does not exist.
Then check out the repository:
-$ hg clone -r release https://go.googlecode.com/hg/ go
+$ hg clone -u release https://go.googlecode.com/hg/ go
Install Go