This series of patches replaces the old patch "pwclient: Add heuristics to find a whole series of patches" and moves the concept of a patch series over to the server side.
This patch series only adds enough support to get a series list from pwclient. Future patches could be submitted to: * Add UI to the patchwork web site to expose this. * Add better support for dealing with patch serieses that have a cover letter (like this one) that get acks or nacks to the cover letter. Doug Anderson (3): models: Add to_series() method to models xmlrpc: Export the "to_series" method in patch objects pwclient: Add command to find a whole series of patches apps/patchwork/bin/pwclient | 23 ++++- apps/patchwork/models.py | 184 ++++++++++++++++++++++++++++++++++++++++ apps/patchwork/views/xmlrpc.py | 22 +++++ 3 files changed, 225 insertions(+), 4 deletions(-) -- 1.7.7.3 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
