patman: Support listing comments from patchwork
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:38 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commitdc4b2a9770b5b932cd6d98c33ebff6dc46de6849
tree9f4ffd9d309709ed2e134cea3609821350f98ed5
parent6b3252e230a1b8ba763883a79906d69b9aa50415
patman: Support listing comments from patchwork

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@chromium.org>
tools/patman/README
tools/patman/control.py
tools/patman/func_test.py
tools/patman/main.py
tools/patman/patchstream.py
tools/patman/status.py