[PATCH 0/3] Add basic support for series of patches

Doug Anderson dianders at chromium.org
Sun Dec 30 17:00:24 EST 2012


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



More information about the Patchwork mailing list