Re: [PATCH 11/25] patman: Add a Cseries class

2025-05-23 Thread Simon Glass
This is the main class for dealing with series, across branches and the database. Signed-off-by: Simon Glass --- tools/patman/__init__.py |2 +- tools/patman/cseries.py | 1165 ++ 2 files changed, 1166 insertions(+), 1 deletion(-) create mode 100644 too

[PATCH 11/25] patman: Add a Cseries class

2025-05-10 Thread Simon Glass
This is the main class for dealing with series, across branches and the database. Signed-off-by: Simon Glass --- tools/patman/__init__.py |2 +- tools/patman/cseries.py | 1165 ++ 2 files changed, 1166 insertions(+), 1 deletion(-) create mode 100644 too