RESOLVED FIXED 59115
ValidateChangeLogs doesn't work on SVN
https://bugs.webkit.org/show_bug.cgi?id=59115
Summary ValidateChangeLogs doesn't work on SVN
Adam Barth
Reported 2011-04-21 10:42:35 PDT
ValidateChangeLogs doesn't work on SVN
Attachments
Patch (4.27 KB, patch)
2011-04-21 10:46 PDT, Adam Barth
no flags
Patch for landing (4.33 KB, patch)
2011-04-21 11:25 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2011-04-21 10:46:43 PDT
Eric Seidel (no email)
Comment 2 2011-04-21 10:50:26 PDT
Comment on attachment 90555 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90555&action=review > Tools/Scripts/webkitpy/tool/steps/validatechangelogs.py:64 > + # We diff the ChangeLogs directly because svn-create-patch doesn't > + # always tell the truth about where the new ChangeLog entry is in > + # the file. I would have written this more like: # Diff ChangeLogs directly because svn-create-patch will move ChangeLog entries to the # top automatically, defeating our validation here. Aka, more substance, less frill. :) (Not that I don't like the frill.) > Tools/Scripts/webkitpy/tool/steps/validatechangelogs.py:65 > + diff = self._tool.scm().diff_for_file(filename) We may want to diff multiple files at once. Not sure what the perf characteristics of SVN are.
Adam Barth
Comment 3 2011-04-21 11:25:50 PDT
Created attachment 90561 [details] Patch for landing
WebKit Commit Bot
Comment 4 2011-04-21 15:01:11 PDT
Comment on attachment 90561 [details] Patch for landing Clearing flags on attachment: 90561 Committed r84549: <http://trac.webkit.org/changeset/84549>
WebKit Commit Bot
Comment 5 2011-04-21 15:01:15 PDT
All reviewed patches have been landed. Closing bug.
Ojan Vafai
Comment 6 2011-04-21 16:24:22 PDT
Note You need to log in before you can comment on or make changes to this bug.