From eabb025cb040905aa8be9deb1adf8072a7652a1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 8 Jul 2010 18:04:52 +0200 Subject: [PATCH] forgotten commit --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index e3aaba7a..3620342b 100755 --- a/module-tools.py +++ b/module-tools.py @@ -365,7 +365,7 @@ class Repository: @classmethod def has_moved_to_git(cls, module, config): - module = git_to_svn_name(module) + module = svn_to_git_name(module) # check if the module is already in Git # return SvnRepository.remote_exists("%s/%s/aaaa-has-moved-to-git" % (config['svnpath'], module)) return GitRepository.remote_exists(Module.git_remote_dir(module)) -- 2.43.0