Chromium Code Reviews| Index: site/dev/contrib/cqkeywords.md |
| diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md |
| index a8b7ad453d97827ada7bd5fe37e4b54579af517c..c0f33815ecc4c2744aeb4d4b4e2672789cde13fc 100644 |
| --- a/site/dev/contrib/cqkeywords.md |
| +++ b/site/dev/contrib/cqkeywords.md |
| @@ -4,8 +4,10 @@ Commit Queue Keywords |
| COMMIT |
| ------ |
| -If you want to test your CL through the commit queue but are not ready to commit |
| -the changes yet, you can add the following line to the CL description: |
| +If you are working on experimental code and do not want to risk accidentally |
| +submitting the change via the CQ, then you can mark it with "COMMIT=false". |
| +The CQ will immediately abandon the change if it contains this option. |
| +To dry run through the CQ please use Rietveld's [dry run](https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/G5-X0_tfmok) feature. |
|
hcm
2015/04/28 17:15:19
"To dry run" -> "To do a dry run"
rmistry
2015/04/28 17:27:35
Done.
|
| COMMIT=false |