From the sqitch checkout docs:
More specifically, the checkout command compares the plan in the current branch to that in the branch to check out, identifies the last common changes between them, reverts to that change as if sqitch revert was called (unless there have been no changes deployed since that change), checks out the new branch, and then deploys all changes as if sqitch deploy had been called.
Would it be possible to add a similar command, but 'between' two generated bundles created with sqitch bundle?
From the
sqitch checkoutdocs:Would it be possible to add a similar command, but 'between' two generated bundles created with
sqitch bundle?