From: Siddhesh Poyarekar Date: Thu, 16 Jan 2020 07:19:54 +0000 (+0530) Subject: vcs-to-changelog: Fix formatting of ChangeLog output. X-Git-Tag: v1.0~4346 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fb84537392a698ccc89dfb159781c8bfb0eda0bc;p=gnulib.git vcs-to-changelog: Fix formatting of ChangeLog output. Add another newline when the number of files differing is too large. This is typical for across-the-board changes such as copyright year updates. * build-aux/vcstocl/vcs_git.py (list_changes): Add newline in print output. --- diff --git a/ChangeLog b/ChangeLog index 3ebd83799e..b8578488ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-01-16 Siddhesh Poyarekar + + vcs-to-changelog: Fix formatting of ChangeLog output. + * build-aux/vcstocl/vcs_git.py (list_changes): Add newline in print + output. + 2020-01-16 Siddhesh Poyarekar vcs-to-changelog: Drop python3 shebang from frontend_c.py. diff --git a/build-aux/vcstocl/vcs_git.py b/build-aux/vcstocl/vcs_git.py index 0b8099e0bb..23ede3b5a3 100644 --- a/build-aux/vcstocl/vcs_git.py +++ b/build-aux/vcstocl/vcs_git.py @@ -101,7 +101,7 @@ class GitRepo: # updates, copyright notice changes, etc.) and likely not interesting # enough to produce a detailed ChangeLog entry. if len(op) > 100: - print('\t* Suppressing diff as too many files differ.') + print('\t* Suppressing diff as too many files differ.\n') return # Each of these lines has a space separated format like so: