From: Russ Cox Date: Tue, 3 May 2011 05:46:11 +0000 (-0400) Subject: [release-branch.r57] doc/install: specify clone -u instead of -r X-Git-Tag: release.r57~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3854d346f616cb2db2a58c37ba5dd0e4ad8ab993;p=gostls13.git [release-branch.r57] doc/install: specify clone -u instead of -r ««« 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 --- 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