I attempted to create a review with the following data:
tests: change to criterion
Summary: criterion rocks
Test Plan: make check
Reviewers: xxx
Subscribers:
arc diff then complained:
- Field "testPlan" occurs twice in commit message!
- Invalid or missing field "Title": You must provide a revision title in the first line of your commit message.
You must resolve these errors to continue.
Do you want to edit the message? [Y/n] y
I could work around by changing the title to "unit tests: change to criterion" but in my opinion my choice for the title (and summary) should not be limited.
To me it looks like the regex is too greedy?