[webkit-changes] [WebKit/WebKit] 56a944: git webkit branch asks for a radar too late when o...

Brianna Fan noreply at github.com
Mon Aug 5 16:17:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 56a9443f53072fa3cffd86e2e00a848d91aa0b3d
      https://github.com/WebKit/WebKit/commit/56a9443f53072fa3cffd86e2e00a848d91aa0b3d
  Author: Brianna Fan <bfan2 at apple.com>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py

  Log Message:
  -----------
  git webkit branch asks for a radar too late when one is already cc'd
https://bugs.webkit.org/show_bug.cgi?id=276800
rdar://131865099

Reviewed by Jonathan Bedard.

Changes the order so radar prompting occurs before bug creation.
If a radar is provided, we prevent an automatic import.

* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py:
(Tracker.cc_radar): Override 'user_to_cc'.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py:
(Tracker.create):
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/branch.py:
(Branch.cc_radar): Add 'rdar' argument. Prompting is kept when cc_radar is used outside of Branch.main.
(Branch.main): Change order of prompts.

Canonical link: https://commits.webkit.org/281860@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