When trying to land a feature branch with multiple associated revisions, I get the following:
```
Usage Exception: There are multiple revisions on feature branch 'somechanges' which are not present on 'master':
- D5: change2
- D4: change1
Separate these revisions onto different branchs, or use --revision <id>' to use the commit message from <id> and land them all.
^
```
I would like to send a diff so that the integrity of the English language may be restored.
(I know this is //really// trivial, but I thought to use this as an excuse to get a feel for the contribution process on this upstream.)