]> Cypherpunks repositories - gostls13.git/commitdiff
doc/contribute.html: mention hg mail during hg change discussion
authorRuss Cox <rsc@golang.org>
Fri, 18 Jan 2013 19:08:42 +0000 (14:08 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Jan 2013 19:08:42 +0000 (14:08 -0500)
People keep not reading all the way to the bottom of the doc
and not running hg mail.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7137057

doc/contribute.html

index b9e268a99f4c25c4ddea890f7e0d90749cecbe08..494f05880b389becd78909b644e283a29b513f74 100644 (file)
@@ -289,6 +289,11 @@ to add <code>somefile</code> to CL 99999, and use <code>hg file -d 99999 somefil
 <code>somefile</code> from the CL.
 </p>
 
+<p>
+Creating the change uploads a copy of the diff to the code review server, but it does not
+notify anyone about it. To do that, you need to run <code>hg mail</code> (see below).
+</p>
+
 <p>
 You can see a list of your pending changes by running <code>hg pending</code> (<code>hg p</code> for short).
 </p>