Re: [PATCH b4 0/6] review-tui: worktree-aware takes, resolve take->merge conflicts in place

Konstantin Ryabitsev <[email protected]> Tue, 23 Jun 2026 18:16:26 +0000
Newsgroups org.kernel.linux.tools
Message-ID <178223858665.1539887.18387233629212425068.b4-review@b4>
> b4 review's "take" action applies a reviewed series to a target branch by
> one of two methods: a merge (git merge) or a linear/cherry-pick apply (git
> am). Review is often driven from a different worktree than the one the
> series is applied into, and the target branch may be checked out in yet
> another worktree, so a take has to run wherever the target branch lives and
> never disturb the current checkout. This series makes both take methods do
> that correctly and teaches take->merge to resolve conflicts in place.

No objections to this at all, but I do want you to fix a few issues that
running ci.sh identifies (mypy errors).

I should plug this into .b4-config, really, but until I do that, can you
run ci.sh and ci-matrix.sh to make sure they are all green?

Thanks!
-K

-- 
Konstantin Ryabitsev <[email protected]>