[PATCH v2] pwclient: Add heuristics to find a whole series of patches

Doug Anderson dianders at chromium.org
Fri Dec 21 12:33:10 EST 2012


Jeremy,

On Thu, Dec 20, 2012 at 5:23 PM, Jeremy Kerr <jk at ozlabs.org> wrote:
> Hi Doug,
>
>
>> Add a new filter option '-r' that attempts to list all patches in a
>> series.  Since there's no built-in way in patman to do this, we use
>> some heuristics to try to find the series.
>
>
> Interesting idea, something I'm sure would be useful for many patchwork
> users.
>
> Do you think it would be possible to do this in the actual server code
> instead, so that the "series relations" are captured in the database? This
> way, the series would be available through the web interface too, and the
> pwclient method of accessing these series would be much more
> straightforward.

I will git it a shot.  I'll need to get a local patchwork server setup
for testing (so far I'm just using patchwork.kernel.org for my
development on the client), so there might be a bit of a lag before I
post a patch for that.


> The difficult part of this is how to present the series relations in the web
> UI, but I can work something out there.

Sure.  I'll try to add the backend and xmlrpc code for this (and test
it via pwclient) and leave any UI work to you.


-Doug


More information about the Patchwork mailing list