]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Split up check_and_show_status()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:17 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commitd63b0750621cb1833c9d263c49476dff6dc88ffe
tree29bd58a171da70840652a07e828a7f9d56e0142a
parente2a991398db44ab433d2e926575ca873c5a0739a
patman: Split up check_and_show_status()

This function has three phases:

- collecting things from patchwork
- doing some processing
- showing the results to the user / creating a branch

Refactor into two functions so we can eventually have the patchwork part
fully separated out.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/status.py