Bug 31548 - The commit-queue should use land-attachment
Summary: The commit-queue should use land-attachment
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 31546
Blocks: 31549
  Show dependency treegraph
 
Reported: 2009-11-16 05:32 PST by Eric Seidel (no email)
Modified: 2009-11-16 05:41 PST (History)
0 users

See Also:


Attachments
Patch (2.33 KB, patch)
2009-11-16 05:33 PST, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-11-16 05:32:11 PST
The commit-queue should use land-attachment

Now that we have the magic of land-attachment, we can dump a bunch of junk code in the commit-queue.  Previously it had to jump through all sorts of hoops to try and deal with "patches" instead of bugs.  Now it can actually use patch ids the whole way through and land one patch at a time instead of all the patches on a bug at once.
Comment 1 Eric Seidel (no email) 2009-11-16 05:33:31 PST
Created attachment 43299 [details]
Patch
Comment 2 Adam Barth 2009-11-16 05:34:13 PST
Comment on attachment 43299 [details]
Patch

yep
Comment 3 Eric Seidel (no email) 2009-11-16 05:35:12 PST
Committed r51034: <http://trac.webkit.org/changeset/51034>