[Webkit-unassigned] [Bug 28675] Make prepare-ChangeLog notice property changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 00:36:32 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28675





--- Comment #1 from Cameron McCormack <cam at mcc.id.au>  2009-08-24 00:36:31 PDT ---
Created an attachment (id=38472)
 --> (https://bugs.webkit.org/attachment.cgi?id=38472)
Make prepare-ChangeLog work as described

This causes prepare-ChangeLog to add ChangeLog entries like this:

  * path/to/file: Added xxx property.
  * path/to/file: Modified xxx property.
  * path/to/file: Removed xxx property.

if one property was changed on the file, and:

  * path/to/file: Changed properties.

if more than one property was changed.  These descriptions are only inserted if
there is no change to the file contents itself.

Also, now if the only changes to the repository are property changes, a
ChangeLog entry will still be prepared, whereas currently it will bail and say
"No changes found".

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



More information about the webkit-unassigned mailing list