--- a/RefactoringRope/RopeUtilities.py Sun Oct 13 15:50:11 2024 +0200 +++ b/RefactoringRope/RopeUtilities.py Sun Oct 20 18:48:08 2024 +0200 @@ -21,4 +21,4 @@ @return flag indicating a remote file name @rtype bool """ - return fileName.startswith(("remote:", "remote#")) + return fileName.startswith(("remote::", "remote#", "remote:"))