This is the main class for dealing with series, across branches and the database.
Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/__init__.py | 2 +- tools/patman/cseries.py | 1165 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 1166 insertions(+), 1 deletion(-) create mode 100644 tools/patman/cseries.py Applied to sjg/master, thanks!