]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.r57] doc/install: specify clone -u instead of -r
authorRuss Cox <rsc@golang.org>
Tue, 3 May 2011 05:46:11 +0000 (01:46 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 3 May 2011 05:46:11 +0000 (01:46 -0400)
««« 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

index b989416916901eabe88471d18ad064a54b1f5cb9..2256123ecb8daf30fbb5e48b1de53f41fad4af89 100644 (file)
@@ -136,7 +136,7 @@ and make sure the <code>go</code> directory does not exist.
 Then check out the repository:</p>
 
 <pre>
-$ hg clone -r release https://go.googlecode.com/hg/ go
+$ hg clone -u release https://go.googlecode.com/hg/ go
 </pre>
 
 <h2 id="install">Install Go</h2>