WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239796
[git-webkit] Support reverting multiple commits at once
https://bugs.webkit.org/show_bug.cgi?id=239796
Summary
[git-webkit] Support reverting multiple commits at once
Elliott Williams
Reported
2022-04-26 17:16:18 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2022-04-28 15:43:22 PDT
This is a very common use case.
Radar WebKit Bug Importer
Comment 2
2022-05-03 17:17:19 PDT
<
rdar://problem/92702616
>
Brianna Fan
Comment 3
2023-11-28 17:33:12 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21033
EWS
Comment 4
2023-12-05 18:46:11 PST
Committed
271587@main
(627b31c8383b): <
https://commits.webkit.org/271587@main
> Reviewed commits have been landed. Closing PR #21033 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug