]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] doc: remove mention of weekly tag from source install doc
authorAndrew Gerrand <adg@golang.org>
Fri, 21 Sep 2012 19:54:21 +0000 (05:54 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 21 Sep 2012 19:54:21 +0000 (05:54 +1000)
««« backport 8c4b1b7ce761
doc: remove mention of weekly tag from source install doc

R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/6442062

»»»

doc/install-source.html

index 87c187ba8e2c9158da16f2b0e44525e182c403bf..442cc5035c9ec9d199309d9c0fdd4145a1e1e724 100644 (file)
@@ -241,8 +241,8 @@ Bugs can be reported using the <a href="http://code.google.com/p/go/issues/list"
 <h2 id="releases">Keeping up with releases</h2>
 
 <p>
-The Go project maintains two stable tags in its Mercurial repository:
-<code>release</code> and <code>weekly</code>.
+The Go project maintains a stable tag in its Mercurial repository:
+<code>release</code>.
 </p>
 
 <p>
@@ -263,12 +263,6 @@ $ hg update release
 $ ./all.bash
 </pre>
 
-<p>
-The <code>weekly</code> tag is updated about once a week, and should be used 
-only by those who are actively working on the Go core.
-To use the <code>weekly</code> tag run <code>hg update weekly</code> instead.
-</p>
-
 
 <h2 id="environment">Optional environment variables</h2>