]> Cypherpunks repositories - gostls13.git/commitdiff
doc: replace hg commands with git commands in release.html
authorKang Hu <hukangustc@gmail.com>
Sun, 14 Dec 2014 08:17:48 +0000 (16:17 +0800)
committerAndrew Gerrand <adg@golang.org>
Sun, 14 Dec 2014 23:37:18 +0000 (23:37 +0000)
Change-Id: I5cc4740a858c40d820eeb7c00cf0508b20807c90
Reviewed-on: https://go-review.googlesource.com/1533
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/devel/release.html

index 5b5d6ab5e9b5d2b17130121ebeddad6078ea3280..acd7fe9ae2317fb6e12514f82503901deea2dfd9 100644 (file)
@@ -8,8 +8,8 @@ The <a href="//golang.org/change">change log</a> has the full details.</p>
 <p>To update to a specific release, use:</p>
 
 <pre>
-hg pull
-hg update <i>tag</i>
+git pull
+git checkout <i>release-branch</i>
 </pre>
 
 <h2 id="go1.4">go1.4 (released 2014/12/10)</h2>