[Webkit-unassigned] [Bug 239796] New: [git-webkit] Support reverting multiple commits at once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 17:16:18 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=239796

            Bug ID: 239796
           Summary: [git-webkit] Support reverting multiple commits at
                    once
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emw at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220427/196ca9df/attachment.htm>


More information about the webkit-unassigned mailing list