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 <[email protected]> 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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

