From 3854d346f616cb2db2a58c37ba5dd0e4ad8ab993 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Tue, 3 May 2011 01:46:11 -0400
Subject: [PATCH] [release-branch.r57] doc/install: specify clone -u instead of
-r
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
««« CL 4435081 / 48c0b02c6e7f
doc/install: specify clone -u instead of -r
R=rsc
CC=golang-dev
https://golang.org/cl/4435081
»»»
TBR=adg
CC=golang-dev
https://golang.org/cl/4436080
---
doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/install.html b/doc/install.html
index b989416916..2256123ecb 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
--
2.50.0