hgext/convert/git.py
changeset 5076 ef338e34a906
parent 4873 28b23b9073a8
child 5232 7d3dcdd92a1a
--- a/hgext/convert/git.py
+++ b/hgext/convert/git.py
@@ -48,7 +48,7 @@ class convert_git(converter_source):
             s = (m[1] == "120000")
             self.modecache[(f, h)] = (p and "x") or (s and "l") or ""
             changes.append((f, h))
-        return changes
+        return (changes, {})
 
     def getcommit(self, version):
         c = self.catfile(version, "commit") # read the commit hash