1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:20:06 -07:00

doc: replace hg commands with git commands in release.html

Change-Id: I5cc4740a858c40d820eeb7c00cf0508b20807c90
Reviewed-on: https://go-review.googlesource.com/1533
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Kang Hu 2014-12-14 16:17:48 +08:00 committed by Andrew Gerrand
parent 9b71417495
commit c8bfcf5c55

View 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>