Revision: 4113
Author: [email protected]
Date: Mon Jun 7 15:16:58 2010
Log: Clarify what some steps do, remove unnecessary mail option.
http://code.google.com/p/google-caja/source/detail?r=4113
Modified:
/wiki/ContributingCode.wiki
=======================================
--- /wiki/ContributingCode.wiki Mon Mar 8 04:42:05 2010
+++ /wiki/ContributingCode.wiki Mon Jun 7 15:16:58 2010
@@ -47,18 +47,18 @@
$ myvn change
}}}
Should pop up an editor. Check the `EDITOR`, or `SVNEDITOR`
environment
- variables if it doesn't
+ variables if it doesn't. This is a purely local operation.
# Send it off for review
{{{
-$ myvn mail --reviewers [email protected]
+$ myvn mail
}}}
- This will automatically CC google-caja-discuss
+ This will upload to codereview.appspot.com, send mail to the reviewers
specified using {{{myvn change}}}, and automatically CC google-caja-discuss.
# File a bug to track the review
{{{
$ myvn bug
}}}
and copy and paste the url into your browser.
- # Update your changes based on feedback and snapshot
+ # Update your changes based on feedback and snapshot for review
{{{
$ myvn snapshot
}}}