| Index: gcl.py
|
| ===================================================================
|
| --- gcl.py (revision 21247)
|
| +++ gcl.py (working copy)
|
| @@ -980,7 +980,13 @@
|
| affected_files = filter(lambda x: file_re.match(x[0]), other_files)
|
| unaffected_files = filter(lambda x: not file_re.match(x[0]), other_files)
|
|
|
| - separator1 = ("\n---All lines above this line become the description.\n"
|
| + separator1 = ("\n---All lines above this line become the description.\n\n"
|
| + "BUG= http://crbug.com/<bugid>\n"
|
| + "TEST= <Provide notes to help QA verify this change.>\n"
|
| + "RELEASE_NOTES\n"
|
| + " <Add this token to the end of your description to include\n"
|
| + " this change in the release notes. Please make the first\n"
|
| + " line of the description a brief, complete sentence.>\n\n"
|
| "---Repository Root: " + change_info.GetLocalRoot() + "\n"
|
| "---Paths in this changelist (" + change_info.name + "):\n")
|
| separator2 = "\n\n---Paths modified but not in any changelist:\n\n"
|
|
|