Maybe I'm missing something, but git-webkit revert doesn't appear to accept multiple arguments: > git webkit revert -b 239681 2e690e19e3caf94f5f0fac2f15303212c006318b 433f73bc052d7c978c619e28b2574df8faf6cb72 usage: git-webkit [-h] [--verbose] [--quiet] [--path REPOSITORY] {blame,branch,canonicalize,checkout,clean,find,info,land,log,pull,up,update,pull-request,pr,pfr,upload,revert,setup,install-git-lfs,credentials,setup-git-svn} ... git-webkit: error: unrecognized arguments: 433f73bc052d7c978c619e28b2574df8faf6cb72 I tried comma-separated commits (like webkit-patch) and `..` commit ranges, too. Plain `git revert` would be great for preparing a revert branch, except for changelogs, which it tries to undo changes to.
This is a very common use case.
<rdar://problem/92702616>
Pull request: https://github.com/WebKit/WebKit/pull/21033
Committed 271587@main (627b31c8383b): <https://commits.webkit.org/271587@main> Reviewed commits have been landed. Closing PR #21033 and removing active labels.