RESOLVED FIXED 247952
[check-webkit-style] Handle divergent branch state on multiple remotes
https://bugs.webkit.org/show_bug.cgi?id=247952
Summary [check-webkit-style] Handle divergent branch state on multiple remotes
Jonathan Bedard
Reported 2022-11-15 10:56:55 PST
check-webkit-style attempts to diff against the remote versions of the current branch. This is challenging because it's possible for different remotes to have different versions of the same branch, usually because one remote has a more up to date version than another. We should leverage the branch point and repository.branches_for to only include branch references from remotes which contain the branch point.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-15 10:58:35 PST
Jonathan Bedard
Comment 2 2022-11-15 11:00:36 PST
EWS
Comment 3 2022-11-15 14:10:24 PST
Committed 256710@main (10e8d00cbce3): <https://commits.webkit.org/256710@main> Reviewed commits have been landed. Closing PR #6521 and removing active labels.
EWS
Comment 4 2022-11-16 09:33:48 PST
Committed 252432.831@safari-7614-branch (95d5bbb634bd): <https://commits.webkit.org/252432.831@safari-7614-branch> Reviewed commits have been landed. Closing PR #205 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.