Update Series with a way to better manage the Series-links lines in patches. Use this in the 'status' subcommand instead of the existing primitive method of expecting a link without a version prefix.
Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/control.py | 25 ++++++++++++------- tools/patman/series.py | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 9 deletions(-) Applied to sjg/master, thanks!