From abf5f62cb35d38a4bf98f49cc77dc365544ff2ab Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Thu, 20 May 2021 11:28:34 -0400 Subject: Minor visual tweak in output Group patch output inside the indented ---, and all processing messages before the indent. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 1 + b4/mbox.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'b4') diff --git a/b4/__init__.py b/b4/__init__.py index 443b0cf..dad93e8 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -585,6 +585,7 @@ class LoreSeries: at = 1 msgs = list() + logger.info('---') for lmsg in self.patches[1:]: if cherrypick is not None: if at not in cherrypick: diff --git a/b4/mbox.py b/b4/mbox.py index 724e956..910bac5 100644 --- a/b4/mbox.py +++ b/b4/mbox.py @@ -58,7 +58,6 @@ def make_am(msgs, cmdargs, msgid): logger.info('Will use the latest revision: v%s', lser.revision) logger.info('You can pick other revisions using the -vN flag') - logger.info('---') if cmdargs.cherrypick: cherrypick = list() if cmdargs.cherrypick == '_': -- cgit v1.2.3