From ca4b2e1b3c7302d2a007df931bab084ed6ff31da Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 5 Nov 2006 14:25:20 +0100 Subject: [PATCH] update todo/done after rejection due to removal analysis. --- buildscripts/git-update-changelog.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: -- 2.39.2