[Webkit-unassigned] [Bug 159067] prepare-ChangeLog lists methods that were not modified when deleting other methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 18:24:13 PDT 2016


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

Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbates at webkit.org

--- Comment #5 from Daniel Bates <dbates at webkit.org> ---
(In reply to comment #1)
> Also, this issue appears to only happen on Subversion repositories.  When I
> applied the patch in Bug 158819 (Attachment #281464 [details]) on a git-svn
> repository at r202384, then ran prepare-ChangeLog, I didn't get the
> extraneous functions listed in the commit log.

Notice that prepare-ChangeLog's function overlap logic of assumes a unified diff with 0 lines of context. When using a Git checkout, prepare-ChangeLog generates such a diff by <https://trac.webkit.org/browser/trunk/Tools/Scripts/prepare-ChangeLog?rev=204544#L1973>. But when using a Subversion checkout, prepare-ChangeLog generates a unified diff with 3 lines of context per the default behavior of svn diff and by <https://trac.webkit.org/browser/trunk/Tools/Scripts/prepare-ChangeLog?rev=204544#L1970>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160817/2af18bad/attachment.html>


More information about the webkit-unassigned mailing list