Add commit history support to rbt land
Review Request #7198 — Created April 13, 2015 and submitted
The
rbt landcommand now supports options for dealing with review
requests with commit history. When using history (and not squashing via
LAND_SQUASH/--squash), the review request will be applied via
rbt patchusing history. These patches will be applied to the current
branch and merged into the destination branch, as if it were a local
change.
Ran unit tests.
Landed review requests using the following combinations of flags:
---squash;
---no-squash --squash-history; and
---no-squash --with-history.
The review requests landed correctly.
Tool: Pyflakes Processed Files: rbtools/commands/land.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/land.py