RefactoringRope/RopeUtilities.py

branch
eric7
changeset 418
5890e221df60
parent 416
45159308166f
child 426
7592a1c052e8
--- 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:"))

eric ide

mercurial