]> git.donarmstrong.com Git - lilypond.git/commitdiff
update todo/done after rejection due to removal analysis.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 5 Nov 2006 13:25:20 +0000 (14:25 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 5 Nov 2006 13:25:20 +0000 (14:25 +0100)
buildscripts/git-update-changelog.py

index e9d0b45fb5d3f193ce76a7f70b4afe384599d598..35dd2e6c7538795821ed1a6abc41706578e9bead 100644 (file)
@@ -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: