]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove mention of weekly tag from source install doc
authorAndrew Gerrand <adg@golang.org>
Mon, 30 Jul 2012 05:36:56 +0000 (15:36 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 30 Jul 2012 05:36:56 +0000 (15:36 +1000)
R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/6442062

doc/install-source.html

index 721d28b9ea060df184b799fd1a5a6e40adf2a1a7..f32d48d6d0dfe085dd5677b5b3266d4c9f9880d6 100644 (file)
@@ -247,8 +247,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>
@@ -269,12 +269,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>