[webkit-changes] [WebKit/WebKit] d15275: [git-webkit] Provide option to disable bug updates

Jonathan Bedard noreply at github.com
Mon Jan 23 11:17:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d1527593601d0c249d416890aa524f9ebff62302
      https://github.com/WebKit/WebKit/commit/d1527593601d0c249d416890aa524f9ebff62302
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/setup.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py

  Log Message:
  -----------
  [git-webkit] Provide option to disable bug updates
https://bugs.webkit.org/show_bug.cgi?id=251012
rdar://104556512

Reviewed by Aakash Jain.

Add the --no-bug/--no-issue flag to git-webkit.

* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py:
(Branch.main): Don't create a new bug if --no-issue is passed.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
(PullRequest.parser): Add the --no-bug/--no-issue flag.
(PullRequest.create_pull_request): Tie the update_issue argument to the --no-issue flag.

Canonical link: https://commits.webkit.org/259226@main




More information about the webkit-changes mailing list