From: Russ Cox Date: Fri, 18 Jan 2013 19:08:42 +0000 (-0500) Subject: doc/contribute.html: mention hg mail during hg change discussion X-Git-Tag: go1.1rc2~1364 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c64469f8e8d035207e629d925b3124dce068e907;p=gostls13.git doc/contribute.html: mention hg mail during hg change discussion 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 --- diff --git a/doc/contribute.html b/doc/contribute.html index b9e268a99f..494f05880b 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -289,6 +289,11 @@ to add somefile to CL 99999, and use hg file -d 99999 somefil somefile from the CL.

+

+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 hg mail (see below). +

+

You can see a list of your pending changes by running hg pending (hg p for short).