[PATCH v3 27/29] patman: Support updating a branch with review tags

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


It is tedious to add review tags into the local branch and errors can
sometimes be made. Add an option to create a new branch with the review
tags obtained from patchwork.

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

Changes in v3:
- Allow tags to be inserted in the middle of the commit message

 tools/patman/README         |  19 +++++-
 tools/patman/control.py     |   9 ++-
 tools/patman/func_test.py   | 127 +++++++++++++++++++++++++++++++++++-
 tools/patman/main.py        |   7 +-
 tools/patman/patchstream.py |  52 ++++++++++++++-
 tools/patman/status.py      |  91 ++++++++++++++++++++++++--
 6 files changed, 289 insertions(+), 16 deletions(-)

Applied to u-boot-dm, thanks!


More information about the Patchwork mailing list