[webkit-changes] [WebKit/WebKit] 273f72: [git-webkit] Allow re-running command with --issue

Jonathan Bedard noreply at github.com
Thu Jul 20 14:30:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 273f723b9c167b3aeb9d1bda6239672d5193d304
      https://github.com/WebKit/WebKit/commit/273f723b9c167b3aeb9d1bda6239672d5193d304
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-07-20 (Thu, 20 Jul 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/pull_request.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py

  Log Message:
  -----------
  [git-webkit] Allow re-running command with --issue
https://bugs.webkit.org/show_bug.cgi?id=243284
rdar://98099682

Reviewed by Elliott Williams.

If the current branch is a potential representation of the issue passed
by --issue, configure the bug URLs and commit title to match the specified
issue.

* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
(PullRequest.pull_request_branch_point): Allow --issue on a PR branch if the PR
branch matches the provided issue.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py:

Canonical link: https://commits.webkit.org/266187@main




More information about the webkit-changes mailing list