[webkit-dev] Rolling out a series of changes

Adam Barth abarth at webkit.org
Mon Aug 2 16:41:20 PDT 2010


You can do it with "git revert".  You'll need to clean up the commit
message and ChangeLog entries before actually landing it through.  Using
"git rebase -i" you can decide whether to land the rollout in one
commit or several.  Alternatively, you can try "webkit-patch rollout"
on each revision in reverse order (I recommend doing this from a git
working copy because it's faster).

Adam


On Mon, Aug 2, 2010 at 4:25 PM, Chris Fleizach <cfleizach at apple.com> wrote:
> Anyone know how to roll out a series of changes, like the ones from
>
> https://bugs.webkit.org/show_bug.cgi?id=43005
>
> using sherrifbot or other tools?
>
> (or if someone could just roll out the changes from that patch...)
>
> thanks
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>


More information about the webkit-dev mailing list