Refactor the land command.
Review Request #7329 — Created May 22, 2015 and submitted
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.
Description | From | Last Updated |
---|---|---|
This doesn't seem correct. The previous code had it overwriting is_local only when self.options.is_local was provided. Now it sets it … |
david |
- Change Summary:
-
Address David's issues.
- Commit:
-
066461763b61bcfc90e5c12e9c1c8fd1a62eac4af58670579c1c04543b364a44e4415262e21dbed6
- Diff:
-
Revision 2 (+158 -159)