From 3238705f0cd7266e20b5d55d8659069c4c702aad Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 5 Jun 2012 00:55:45 +1000 Subject: [PATCH] doc: mention 'hg update default' in contribution guidelines Fixes #3634. R=golang-dev, bsiegert, rsc CC=golang-dev https://golang.org/cl/6270047 --- doc/contribute.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/contribute.html b/doc/contribute.html index e1f39ae7e0..016ba8635e 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -163,6 +163,19 @@ can use that nickname as a shorthand for naming reviewers and the CC list. For example, rsc is an alias for rsc@golang.org.

+

Switch to the default branch

+ +

+Most Go installations use a release branch, but new changes should +only be made to the default branch. (They may be applied later to a release +branch as part of the release process.) +Before making a change, make sure you use the default branch: +

+ +
+$ hg update default
+
+

Make a change

-- 2.48.1