Philippe Mathieu-Daudé <phi...@redhat.com> writes: > On 6/8/20 5:33 PM, Kevin Wolf wrote: >> Am 08.06.2020 um 17:19 hat John Snow geschrieben: >>> >>> >>> On 6/5/20 5:26 AM, Kevin Wolf wrote: >>>> Am 04.06.2020 um 22:22 hat John Snow geschrieben: >>>>> Based-on: 20200604195252.20739-1-js...@redhat.com >>>>> >>>>> This series is extracted from my larger series that attempted to bundle >>>>> our python module as an installable module. These fixes don't require >>>>> that, >>>>> so they are being sent first as I think there's less up for debate in >>>>> here. >>>>> >>>>> This requires my "refactor shutdown" patch as a pre-requisite. >>>> >>>> You didn't like my previous R-b? Here's a new one. :-) >>>> >>>> Reviewed-by: Kevin Wolf <kw...@redhat.com> >>>> >>> >>> I felt like I should address the feedback, and though I could have >>> applied the R-B to patches I didn't change, it was ... faster to just >>> re-send it. >>> >>> Serious question: How do you apply people's R-Bs to your patches? At the >>> moment, it's pretty manually intensive for me. I use stgit and I pop all >>> of the patches off (stg pop -n 100), and then one-at-a-time I `stg push; >>> stg edit` and copy-paste the R-B into it. > > wget https://patchew.org/QEMU/${MSG_ID}/mbox > git am mbox > > Where ${MSG_ID} is the Message-Id of the series cover letter.
Patchew's awesomeness is still under-appreciated.