patman: Add a Cseries class

This is the main class for dealing with series, across branches and the
database.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-10 13:05:04 +02:00
parent 24e7625085
commit ce785fd9b7
2 changed files with 1166 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
__all__ = [
'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper',
'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper', 'cseries',
'database', 'func_test', 'get_maintainer', '__main__', 'patchstream',
'patchwork', 'project',
'send', 'series', 'settings', 'setup', 'status', 'test_checkpatch',

1165
tools/patman/cseries.py Normal file

File diff suppressed because it is too large Load Diff