[webkit-changes] [WebKit/WebKit] 898d16: [webkitpy] Remove the SVN class
Jonathan Bedard
noreply at github.com
Thu Mar 28 10:58:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 898d16ed7afaad693fbff772d540558c073cdcee
https://github.com/WebKit/WebKit/commit/898d16ed7afaad693fbff772d540558c073cdcee
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M Tools/Scripts/webkitpy/common/checkout/scm/__init__.py
M Tools/Scripts/webkitpy/common/checkout/scm/detection.py
M Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
M Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py
M Tools/Scripts/webkitpy/common/checkout/scm/svn.py
Log Message:
-----------
[webkitpy] Remove the SVN class
https://bugs.webkit.org/show_bug.cgi?id=271838
rdar://125562437
Reviewed by Alexey Proskuryakov.
* Tools/Scripts/webkitpy/common/checkout/scm/__init__.py:
* Tools/Scripts/webkitpy/common/checkout/scm/detection.py:
(SCMDetector.detect_scm_system):
* Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py:
(SCMDetectorTest.test_detect_scm_system):
* Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py:
(_git_diff):
(TimezoneOverride.__exit__):
(SVNTestRepository): Deleted.
(SVNTest): Deleted.
(GitSVNTest): Deleted.
* Tools/Scripts/webkitpy/common/checkout/scm/svn.py:
(SVNRepository.has_authorization_for_realm):
(SVN): Deleted.
Canonical link: https://commits.webkit.org/276789@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