]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention 'hg update default' in contribution guidelines
authorAndrew Gerrand <adg@golang.org>
Mon, 4 Jun 2012 14:55:45 +0000 (00:55 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 4 Jun 2012 14:55:45 +0000 (00:55 +1000)
Fixes #3634.

R=golang-dev, bsiegert, rsc
CC=golang-dev
https://golang.org/cl/6270047

doc/contribute.html

index e1f39ae7e07177da91f09cd6fbc6942621df728a..016ba8635ee70fa6fa6bbe5271318233f127d002 100644 (file)
@@ -163,6 +163,19 @@ can use that nickname as a shorthand for naming reviewers and the CC list.
 For example, <code>rsc</code> is an alias for <code>rsc@golang.org</code>.
 </p>
 
+<h3>Switch to the default branch</h3>
+
+<p>
+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:
+</p>
+
+<pre>
+$ hg update default
+</pre>
+
 <h3>Make a change</h3>
 
 <p>