Hi Stephen, I was able to migrate successfully from stable/2.1 after applying this series. Thanks!
> -----Original Message----- > From: Stephen Finucane <[email protected]> > Sent: Tuesday, March 10, 2020 5:35 PM > To: [email protected] > Cc: Ali Alnubani <[email protected]>; Stephen Finucane > <[email protected]> > Subject: [PATCH v3 1/2] parser: Don't group patches with different versions > in a series > > As noted in #340 [1], if a patch from a series is dropped or miscategorised, > patches from a later revision of that series can end up included in the > earlier > series rather than in their own series. This was actually intentional as part > of > the fix for #105 [2]. However, completely ignoring this information can be > problematic. Refine things by checking for versions and, if they don't match, > using timeboxing to try guess if they should be kept together. This would > resolve the issue seen in #340 while preventing a regression for #105. > > [1] https://github.com/getpatchwork/patchwork/issues/340 > [1] https://github.com/getpatchwork/patchwork/issues/105 > > Signed-off-by: Stephen Finucane <[email protected]> > Related: #340 > Related: #105 > --- Tested-by: Ali Alnubani <[email protected]> Regards, Ali _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
