Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d1527593601d0c249d416890aa524f9ebff62302
https://github.com/WebKit/WebKit/commit/d1527593601d0c249d416890aa524f9ebff62302
Author: Jonathan Bedard <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes