From: Russ Cox Date: Thu, 14 Jan 2010 00:44:40 +0000 (-0800) Subject: contribute.html: suggest hg mail instead of hg upload X-Git-Tag: weekly.2010-01-13~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c6336155f1718bd0485be8800d6cebedfe920073;p=gostls13.git contribute.html: suggest hg mail instead of hg upload R=r CC=golang-dev https://golang.org/cl/186145 --- 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.