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.
+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.
# 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: