Landing review requests as squashed now patches them as squashed
Review Request #7342 — Created May 27, 2015 and submitted — Latest diff uploaded
Previously, when calling
rbt land -S
, the call torbt patch
would
not respect the-S
flag and instead would use whatever behaviour was
default (i.e., defaulting to using history). Now this has been
rectified so thatrbt land
explicitly givesrbt patch
either the
-S
or-H
flags.
Ran unit tests.
Landed a review request with commit history and used the
-S
flag.
Verified that the review request was patched as a squashed review
request.