From: Andrew Gerrand Date: Fri, 21 Sep 2012 19:54:21 +0000 (+1000) Subject: [release-branch.go1] doc: remove mention of weekly tag from source install doc X-Git-Tag: go1.0.3~125 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=31f6401799785c745ee379954832171de6e87863;p=gostls13.git [release-branch.go1] doc: remove mention of weekly tag from source install doc ««« 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 »»» --- diff --git a/doc/install-source.html b/doc/install-source.html index 87c187ba8e..442cc5035c 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -241,8 +241,8 @@ Bugs can be reported using the Keeping up with releases

-The Go project maintains two stable tags in its Mercurial repository: -release and weekly. +The Go project maintains a stable tag in its Mercurial repository: +release.

@@ -263,12 +263,6 @@ $ hg update release $ ./all.bash -

-The weekly 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 weekly tag run hg update weekly instead. -

-

Optional environment variables