add Repository.has_moved_to_git check
[build.git] / module-tools.py
index ce2f90b..ac4deb6 100755 (executable)
@@ -232,6 +232,10 @@ class Repository:
             if self.repo.is_valid():
                 break
 
+    @classmethod
+    def has_moved_to_git(cls, remote):
+        return SvnRepository.remote_exists("%s/aaaa-has-moved-to-git")
+
     @classmethod
     def remote_exists(cls, remote):
         for repo in Repository.supported_repo_types: