Fix rbt land --squash when landing a review request.

Review Request #11296 — Created Nov. 20, 2020 and submitted

Information

RBTools
release-2.0.x

Reviewers

rbt land --squash was correctly squashing commits when landing a local
branch, but not when loading a review request with multiple commits. All
the work to handle squashing a patch was already done, but we just
weren't plumbing the --squash argument to rbt patch to trigger it.

This is a simple change that adds the missing argument, fixing squashing
of multi-commit review requests.

Successfully landed a multi-commit review request with --squash.

Summary ID
Fix rbt land --squash when landing a review request.
`rbt land --squash` was correctly squashing commits when landing a local branch, but not when loading a review request with multiple commits. All the work to handle squashing a patch was already done, but we just weren't plumbing the `--squash` argument to `rbt patch` to trigger it. This is a simple change that adds the missing argument, fixing squashing of multi-commit review requests.
166c8d744a64b3d21802e134bf525bd049db9e97
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (44e698a)
Loading...