You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests/split_cl_test.inputs/commonFiles/2_cls.txt

18 lines
707 B
Plaintext

# CLs in this file must have the following format:
# A 'Reviewers: [...]' line, where '...' is a (possibly empty) list of reviewer emails.
# A 'Description: ...' line, where '...' is any string (by default, the list of directories the files have been pulled from).
# One or more file lines, consisting of an <action>, <file> pair, in the format output by `git status`.
# Each 'Reviewers' line begins a new CL.
# To use the splitting in this file, use the --from-file option.
Reviewers: [a@example.com]
Description: ['chrome/browser']
M, chrome/browser/a.cc
M, chrome/browser/b.cc
Reviewers: [a@example.com, b@example.com]
Description: ['foo', 'bar/baz']
M, foo/browser/a.cc
M, bar/baz/b.cc
D, foo/bar/c.h