From: Han-Wen Nienhuys Date: Mon, 30 Oct 2006 16:42:30 +0000 (+0100) Subject: thinko: init s. X-Git-Tag: release/2.10.0-2~35^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fc2920e3436e0dc54610e619b73a633591dd20d2;p=lilypond.git thinko: init s. --- diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index d1492cf5d8..15c35e9c31 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -100,7 +100,7 @@ def header (commit): return '%d-%02d-%02d %s <%s>\n' % (commit.date[:3] + (commit.name, commit.email)) def changelog_body (commit): - + s = '' s += ''.join ('\n* %s: ' % f for f in commit.touched_files()) s += '\n' + commit.message