Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0f420eb4d89c358ca6dc5fda3db988e3d732d367
https://github.com/WebKit/WebKit/commit/0f420eb4d89c358ca6dc5fda3db988e3d732d367
Author: Jonathan Bedard <[email protected]>
Date: 2023-05-10 (Wed, 10 May 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/pickable.py
Log Message:
-----------
[git-webkit] Treat tags like branches in pickable
https://bugs.webkit.org/show_bug.cgi?id=256398
rdar://108967330
Reviewed by Elliott Williams.
`git-webkit pickable` can either check if a single commit is pickable, or if
a sequence of commits is pickable. Hashes and hash-replacements (ie,
identifiers)
should ask if a single commit as pickable, branches and tags should ask if a
sequence of commits is pickable.
* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pickable.py:
(Pickable.main): Check if specified ref is a tag or a branch.
Canonical link: https://commits.webkit.org/263898@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes