Re: b4 pr fetch refuses to fetch already fetched branches
Konstantin Ryabitsev <[email protected]> Fri, 12 Jun 2026 16:32:13 -0400
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260612-optimal-snail-of-ecstasy-cf37a2@meerkat> |
On Fri, Jun 12, 2026 at 01:58:54PM +0100, Mark Brown wrote: > Hi, > > Running b4 pr on a message that mentions a commit that's already in some > local branch nor (AFAICT) sets up to do a b4 ty for the PR (which is a > large part of what I'm looking for here): You're right, this behaviour was not very useful. I've pushed (really!) a change that should make the checks more narrow and only bail if the PR is already in the current branch (or the one specified with -b). Even after it bails, the PR info will be recorded, so you can run b4 ty post-fact. -K