[Webkit-unassigned] [Bug 12021] New: prepare-ChangeLog doesn't report moved/copied files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 28 17:15:21 PST 2006


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

           Summary: prepare-ChangeLog doesn't report moved/copied files
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org


The prepare-ChangeLog script uses 'svn diff' instead of 'svn stat' to get a
list of changed files for a ChangeLog entry.  The 'svn diff' command skips
moved/copied files unless they've been changed after they were moved.  The best
way to fix this is to switch to using 'svn stat'.


-- 
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.



More information about the webkit-unassigned mailing list