[PATCH v3 29/29] patman: Support listing comments from patchwork

Simon Glass sjg at chromium.org
Wed Nov 4 10:02:44 AEDT 2020


While reviewing feedback it is helpful to see the review comments on the
command line to check that each has been addressed. Add an option to
support that.

Update the workflow documentation to describe the new features.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v2)

Changes in v2:
- Many changes to the whole series, including new patches
- Use of REST API instead of the web site

 tools/patman/README         |  36 +++++--
 tools/patman/control.py     |  11 ++-
 tools/patman/func_test.py   | 186 +++++++++++++++++++++++++++++++++---
 tools/patman/main.py        |   5 +-
 tools/patman/patchstream.py |   7 +-
 tools/patman/status.py      |  59 ++++++++++--
 6 files changed, 268 insertions(+), 36 deletions(-)

Applied to u-boot-dm, thanks!


More information about the Patchwork mailing list