
This series builds on the previous one which added a new 'status' subcommand to patman.
With this, the patchwork URL can be specified in the settings file, a commit tag or the command line. Some other minor improvements are included also.
Both series are available at u-boot-dm/patman-working
Simon Glass (7): patman: Refactor how the default subcommand works patman: Correct Change-Ids error message args patman: Fix-up for plural warning patman: Update defaults in subparsers patman: Allow specifying the patchwork URL patman: Add a setting for the Patchwork URL patman: Add a Series-patchwork-url option
tools/patman/README | 7 ++++ tools/patman/control.py | 10 ++++-- tools/patman/func_test.py | 40 +++++++++++++++-------- tools/patman/gitutil.py | 10 +++--- tools/patman/main.py | 64 +++++++++++++++++++++---------------- tools/patman/patchstream.py | 6 ++-- tools/patman/series.py | 2 +- tools/patman/settings.py | 28 ++++++++++++---- tools/patman/status.py | 29 ++++++++++------- 9 files changed, 126 insertions(+), 70 deletions(-)