flake8
passed.
JSHint
passed.
Review Request #12155 — Created March 16, 2022 and submitted
Information | |
---|---|
david | |
RBTools | |
master | |
Reviewers | |
rbtools | |
In the big
scan_for_server
cleanup, the old
SVNClient.scan_for_server_property
method got removed, as this
functionality is now handled by thescan_for_server
method itself.
Unfortunately, the hgsubversion and git-svn implementations were still
calling into the old method.
Set up things to trigger the bad code paths and saw that repo detection
worked correctly.
Summary | |
---|---|