Re: b4 review fails to notice already tracked series
Konstantin Ryabitsev <[email protected]> Mon, 22 Jun 2026 11:29:11 -0400
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260622-quixotic-agama-of-opposition-fc0b2f@meerkat> |
On Mon, Jun 22, 2026 at 12:03:11PM +0100, Mark Brown wrote: > Hi, > > If I have v2 of: > > https://lore.kernel.org/r/[email protected] > > tracked already but try to track the above v3 then b4 will happily > record this as a new series, it won't identify it as a new version of > the existing series. However, if I go to the already tracked v2 in the > UI the new version will be detected and offered as an upgrade option. I > would expect the already tracked series logic to kick in and stop the > tracking of the new version. Yes, this was always the intended behaviour, but it turns out it wasn't properly implemented. Please try the latest master. -K