[Webkit-unassigned] [Bug 16052] prepare-ChangeLog doesn't report deleted files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 22:36:45 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16052


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17402|0                           |1
        is obsolete|                            |
         AssignedTo|webkit-                     |ddkilzer at webkit.org
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #17523|                            |review?
               Flag|                            |




------- Comment #9 from ddkilzer at webkit.org  2007-11-25 22:36 PDT -------
Created an attachment (id=17523)
 --> (http://bugs.webkit.org/attachment.cgi?id=17523&action=view)
Patch v2

Simpler fix.

If there were only removed files, the prepare-ChangeLog script would always
report no changes because the check for !%function_lists did not work as
expected.  We now check for !keys %function_lists instead, and make sure there
are no changed files (added, modified), no conflicted files and no removed
files.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list