Re: [PATCH 2/2] patman: When no tracking branch is provided, tell the user

2020-07-14 Thread Simon Glass
On Sun, 12 Jul 2020 at 20:50, Nicolas Boichat wrote: > > The user can either count the number of patches, or provide a > tracking branch. > > Signed-off-by: Nicolas Boichat > --- > > tools/patman/main.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH 2/2] patman: When no tracking branch is provided, tell the user

2020-07-13 Thread Nicolas Boichat
The user can either count the number of patches, or provide a tracking branch. Signed-off-by: Nicolas Boichat --- tools/patman/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/patman/main.py b/tools/patman/main.py index a4aa5274c9..2e6ad48c6a 100755 --- a/tool