From c6336155f1718bd0485be8800d6cebedfe920073 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 13 Jan 2010 16:44:40 -0800 Subject: [PATCH] contribute.html: suggest hg mail instead of hg upload R=r CC=golang-dev https://golang.org/cl/186145 --- doc/contribute.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index 3b0c12569a..044a880f6d 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -416,15 +416,15 @@ When you have revised the code and are ready for another round of review, run

-$ hg upload 99999
+$ hg mail 99999
 
-

to upload the latest copy. +

again to upload the latest copy and send mail asking the reviewers to please take another look +(PTAL). You might also visit the code review web page and reply to the comments, letting the reviewer know that you've addressed them or explain why you haven't. When you're done replying, click “Publish and Mail comments” to send the line-by-line replies and any other comments. -A common acronym in such mails is PTAL: please take another look.

The reviewer can comment on the new copy, and the process repeats. -- 2.48.1