RESOLVED FIXED 70056
[webkit-patch] Put Source/Tools changes at the top of patches, LayoutTests at the bottom
https://bugs.webkit.org/show_bug.cgi?id=70056
Summary [webkit-patch] Put Source/Tools changes at the top of patches, LayoutTests at...
Robert Hogan
Reported 2011-10-13 14:37:53 PDT
This allows git diffs to match the ordering of svn diffs, where LayoutTests are left to the end of the patch. It makes patches easier to review because the code changes are always at the after the blurb in the Changelog.
Attachments
Patch (2.39 KB, patch)
2011-10-13 14:43 PDT, Robert Hogan
no flags
Patch (6.78 KB, patch)
2011-10-15 09:19 PDT, Robert Hogan
abarth: review+
Robert Hogan
Comment 1 2011-10-13 14:43:57 PDT
Adam Barth
Comment 2 2011-10-13 14:53:38 PDT
Comment on attachment 110908 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=110908&action=review > Tools/Scripts/webkitpy/common/checkout/scm/git.py:255 > + order_file = tempfile.NamedTemporaryFile() Should this just be a static file in the config directory? (You can look at the watchlist config file to see how to find the path to config files.) That seems better that creating and destroying it every time. Also, please include a test.
Robert Hogan
Comment 3 2011-10-15 09:19:20 PDT
Adam Barth
Comment 4 2011-10-15 11:13:07 PDT
Comment on attachment 111137 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=111137&action=review > Tools/ChangeLog:14 > + * Scripts/webkitpy/common/config/orderfile: Added. I might have called the file something slightly different, like patchorder, but orderfile is ok to. Thanks!
Robert Hogan
Comment 5 2011-10-15 12:14:12 PDT
Note You need to log in before you can comment on or make changes to this bug.