Bug 239796
| Summary: | [git-webkit] Support reverting multiple commits at once | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
Elliott Williams
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
This is a very common use case.
Radar WebKit Bug Importer
<rdar://problem/92702616>
Brianna Fan
Pull request: https://github.com/WebKit/WebKit/pull/21033
EWS
Committed 271587@main (627b31c8383b): <https://commits.webkit.org/271587@main>
Reviewed commits have been landed. Closing PR #21033 and removing active labels.