From: Andrew Gerrand
Date: Mon, 4 Jun 2012 14:55:45 +0000 (+1000)
Subject: doc: mention 'hg update default' in contribution guidelines
X-Git-Tag: go1.1rc2~3007
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3238705f0cd7266e20b5d55d8659069c4c702aad;p=gostls13.git
doc: mention 'hg update default' in contribution guidelines
Fixes #3634.
R=golang-dev, bsiegert, rsc
CC=golang-dev
https://golang.org/cl/6270047
---
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