summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--build-aux/vcstocl/vcs_git.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ebd83799e..b8578488ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-01-16 Siddhesh Poyarekar <siddhesh@gotplt.org>
+ 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 <siddhesh@gotplt.org>
+
vcs-to-changelog: Drop python3 shebang from frontend_c.py.
Reported in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-11/msg00050.html>.
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: