summaryrefslogtreecommitdiff
path: root/build-aux/vcstocl
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@gotplt.org>2020-01-16 12:49:54 +0530
committerBruno Haible <bruno@clisp.org>2020-01-16 21:20:46 +0100
commitfb84537392a698ccc89dfb159781c8bfb0eda0bc (patch)
tree6c193c7b984f2d14c916fe5d32193aedb40aa6f2 /build-aux/vcstocl
parent62503afc03a2c877454473fc10a7518222b29bf0 (diff)
downloadgnulib-fb84537392a698ccc89dfb159781c8bfb0eda0bc.tar.gz
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.
Diffstat (limited to 'build-aux/vcstocl')
-rw-r--r--build-aux/vcstocl/vcs_git.py2
1 files changed, 1 insertions, 1 deletions
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: