diff options
-rw-r--r-- | b4/__init__.py | 1 | ||||
-rw-r--r-- | b4/mbox.py | 1 |
2 files changed, 1 insertions, 1 deletions
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: @@ -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 == '_': |