Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3f0d9a2960ccda0996b8b1622524cf107cae1f2e
https://github.com/WebKit/WebKit/commit/3f0d9a2960ccda0996b8b1622524cf107cae1f2e
Author: Fujii Hironori <[email protected]>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/branch_unittest.py
Log Message:
-----------
[git-webkit] Replace symbols with '-' when converting a bug title to a branch
name
https://bugs.webkit.org/show_bug.cgi?id=283781
Reviewed by Jonathan Bedard.
If a bug title contains "REGRESSION(123@main):", `git-webkit branch`
just dropped symbols and converted it to a branch name
"REGRESSION123main".
Replace consecutive symbols with '-' so that the above example yields
"REGRESSION-123-main".
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py:
(Branch.to_branch_name):
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/branch_unittest.py:
Canonical link: https://commits.webkit.org/287228@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes