Fix up bad calls to now-deleted SVNClient.scan_for_server_property

Review Request #12155 — Created March 16, 2022 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

In the big scan_for_server cleanup, the old
SVNClient.scan_for_server_property method got removed, as this
functionality is now handled by the scan_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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix up bad calls to now-deleted SVNClient.scan_for_server_property
In the big `scan_for_server` cleanup, the old `SVNClient.scan_for_server_property` method got removed, as this functionality is now handled by the `scan_for_server` method itself. Unfortunately, the hgsubversion and git-svn implementations were still calling into the old method. Testing Done: Set up things to trigger the bad code paths and saw that repo detection worked correctly.
77fe31e6bdbe7d0906113396a5d0a3a6f6f2fb93 David Trowbridge
rbtools/clients/git.py
rbtools/clients/mercurial.py
Loading...