Bug 33745

Summary: Split out "prepare-rollout" from "rollout" and make --complete-rollout default
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2010-01-15 14:36:40 PST
Split out "prepare-rollout" and "land-rollout" from "rollout" and make --complete-rollout default

--complete-rollout was a hack back when I didn't trust rollout.  It's still possible for it to go wrong, but unlikely.   Especially with our diff-confirmation step, we should remove the --complete-rollout flag.

It's sometimes useful to be able to prepare rollouts and land them after further editing.  prepare-rollout would be useful.  Which woudl effectively be the current "rollout" without --complete-rollout passed.
Comment 1 Adam Barth 2010-01-15 22:33:18 PST
I think this patch is super easy.  You should just do it.
Comment 2 Eric Seidel (no email) 2010-01-26 06:53:31 PST
Haven't written "land-rollout" yet (because it requires some fancy reason parsing from the ChangeLog), but the rest is done.  Will upload.
Comment 3 Eric Seidel (no email) 2010-01-26 06:58:00 PST
Created attachment 47408 [details]
Patch
Comment 4 Adam Barth 2010-02-19 14:21:41 PST
Comment on attachment 47408 [details]
Patch

Excellent!  I think you can get rid of MetaStep now, btw.
Comment 5 Eric Seidel (no email) 2010-02-19 14:28:12 PST
I expect the cq+ will fail, but if it doesn't it saves me time landing! :)
Comment 6 WebKit Commit Bot 2010-02-19 15:07:07 PST
Comment on attachment 47408 [details]
Patch

Clearing flags on attachment: 47408

Committed r55034: <http://trac.webkit.org/changeset/55034>
Comment 7 WebKit Commit Bot 2010-02-19 15:07:12 PST
All reviewed patches have been landed.  Closing bug.