[webkit-changes] [WebKit/WebKit] dec8a5: [webkitpy] git-webkit revert --no-pr --no-bug fail...
Brianna Fan
noreply at github.com
Mon Dec 9 09:44:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dec8a5a198221db63c38f87869bf008954aeef6d
https://github.com/WebKit/WebKit/commit/dec8a5a198221db63c38f87869bf008954aeef6d
Author: Brianna Fan <bfan2 at apple.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/revert.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/revert_unittest.py
Log Message:
-----------
[webkitpy] git-webkit revert --no-pr --no-bug fails with "Please verify that the issue exists"
https://bugs.webkit.org/show_bug.cgi?id=283824
rdar://141044493
Reviewed by Jonathan Bedard.
Fixes the failure by removing the prompt for an issue.
Adds the following features:
- Skip auto-relation when --no-bug/--no-issue is set.
- The commit message will be populated without bug URLS.
- A branch will be created using the revert reason and have no associated bugs.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py:
(Branch.main):
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/revert.py:
(Revert.create_revert_commit_msg):
(Revert.main):
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/revert_unittest.py:
(TestRevert):
Canonical link: https://commits.webkit.org/287555@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list