[webkit-changes] [WebKit/WebKit] 0f420e: [git-webkit] Treat tags like branches in pickable

Jonathan Bedard noreply at github.com
Wed May 10 07:13:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0f420eb4d89c358ca6dc5fda3db988e3d732d367
      https://github.com/WebKit/WebKit/commit/0f420eb4d89c358ca6dc5fda3db988e3d732d367
  Author: Jonathan Bedard <jbedard at apple.com>
  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




More information about the webkit-changes mailing list