From: Andrew Gerrand Date: Tue, 3 May 2011 03:40:47 +0000 (-0700) Subject: doc/install: specify clone -u instead of -r X-Git-Tag: weekly.2011-05-22~162 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a3baf7f90ebdfaa38358cb2e45abae827b97b99a;p=gostls13.git doc/install: specify clone -u instead of -r R=rsc CC=golang-dev https://golang.org/cl/4435081 --- 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