From 31f6401799785c745ee379954832171de6e87863 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sat, 22 Sep 2012 05:54:21 +1000 Subject: [PATCH] [release-branch.go1] doc: remove mention of weekly tag from source install doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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

-- 2.50.0