aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-12-09 14:39:41 -0800
committerRuss Cox <rsc@golang.org>2009-12-09 14:39:41 -0800
commit5facb847703522e2d0716bf32500974aaf20fc20 (patch)
tree1cf8c57e30e555c451a2f801431caf8f5ff0cb51
parenta8ed75d27ce464041bf91db7eaa624674f6a2145 (diff)
downloadgo-5facb847703522e2d0716bf32500974aaf20fc20.tar.gz
go-5facb847703522e2d0716bf32500974aaf20fc20.zip
doc/contribute: try to make it clearer that you send a review with hg mail, not hg submit.weekly.2009-12-09
R=r https://golang.org/cl/171046
-rw-r--r--doc/contribute.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index f15f4d2da5..edbaf73025 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -409,10 +409,10 @@ The reviewer approves the change by replying with a mail that says
<code>LGTM</code>: looks good to me.
</p>
-<h3>Submit the change</h3>
+<h3>Submit the change after the review</h3>
<p>
-Once the code has been <code>LGTM</code>'ed, it is time to submit
+After the code has been <code>LGTM</code>'ed, it is time to submit
it to the Mercurial repository.
If you are a committer, you can run:
</p>