From c64469f8e8d035207e629d925b3124dce068e907 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Fri, 18 Jan 2013 14:08:42 -0500
Subject: [PATCH] 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
---
doc/contribute.html | 5 +++++
1 file changed, 5 insertions(+)
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).
--
2.48.1