Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # This file is used by the post upload hook in the PRESUBMIT file to | |
| 2 # automatically change a CL's description based on the specified hashtags. | |
| 3 # Please see ${bug_number} for more details. | |
|
mtklein
2015/03/25 12:59:46
3586 ?
rmistry
2015/03/25 17:24:01
Done.
| |
| 4 # | |
| 5 # The format of this file is: | |
| 6 # hashtag_name,mapped_text | |
| 7 # | |
| 8 # Here are some examples: | |
| 9 # * "projectxyz, BUG=skia:123" would convert "#projectxyz" into "BUG=skia:123". | |
| 10 # * "notry, NOTRY=true" would convert "#notry" into "NOTRY=true". | |
| 11 | |
| 12 dummyproject,BUG=skia:2139 | |
| 13 notry,NOTRY=true | |
| 14 nocommit,COMMIT=false | |
| 15 try_android_test_n7_d,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7 -Tegra3-Arm7-Debug | |
|
mtklein
2015/03/25 12:59:46
Does piling more than one thing together on the sa
rmistry
2015/03/25 17:24:01
SGTM. Done.
| |
| OLD | NEW |