Refactor the land command.
Review Request #7329 — Created May 22, 2015 and submitted — Latest diff uploaded
The
rbt land
command has been refactored so that the core
functionality of landing a review request onto a branch now lies in
theLand.land
method. This results in simplified logic in themain
method and sets up for recursive landing support in a future patch.
Ran unit tests.
Successfully landed review requests using both a source branch and a
review request ID.