From: Han-Wen Nienhuys Date: Sun, 5 Nov 2006 13:25:20 +0000 (+0100) Subject: update todo/done after rejection due to removal analysis. X-Git-Tag: release/2.10.0-2~32^2~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca4b2e1b3c7302d2a007df931bab084ed6ff31da;p=lilypond.git update todo/done after rejection due to removal analysis. --- diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index e9d0b45fb5..35dd2e6c75 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -235,9 +235,6 @@ Run this file from the CVS directory, with commits from the repository in --git- commits_done = [] while commits: c = commits[0] - commits = commits[1:] - - commits_done.append (c) if not c.has_patch (): print 'patchless commit (merge?)' @@ -251,6 +248,10 @@ Run this file from the CVS directory, with commits from the repository in --git- print 'message:', c.message break + + + commits = commits[1:] + commits_done.append (c) print 'patch ', c.committish try: