Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[webkit-patch] Fix revert workflow
https://bugs.webkit.org/show_bug.cgi?id=240684 <rdar://93602151> Reviewed by Dewei Zhu. * Tools/Scripts/webkitpy/common/checkout/checkout.py: (_changelog_data_for_revision): Use git commit message instead of ChangeLog. (changelog_entries_for_revision): Deleted. * Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py: (CheckoutTest.test_changelog_entries_for_revision): Deleted. (CheckoutTest.test_commit_info_for_revision): Deleted. (CheckoutTest.test_bug_id_for_revision): Deleted. (CheckoutTest.test_suggested_reviewers): Deleted. * Tools/Scripts/webkitpy/common/config/committers.py: (Contributor.email): Match webkitscmpy's API. * Tools/Scripts/webkitpy/tool/commands/download.py: (AbstractRevertPrepCommand._prepare_state): Use email instead of bugzilla_email. * Tools/Scripts/webkitpy/tool/steps/preparechangelogforrevert.py: (PrepareChangeLogForRevert.run): Replace with a `git commit -a -m`. Canonical link: https://commits.webkit.org/250777@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294521 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
5 changed files
with
22 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters