[webkit-changes] [WebKit/WebKit] 3f0d9a: [git-webkit] Replace symbols with '-' when convert...
Fujii Hironori
noreply at github.com
Mon Dec 2 12:30:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3f0d9a2960ccda0996b8b1622524cf107cae1f2e
https://github.com/WebKit/WebKit/commit/3f0d9a2960ccda0996b8b1622524cf107cae1f2e
Author: Fujii Hironori <Hironori.Fujii at sony.com>
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 at 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
More information about the webkit-changes
mailing list