diff -r 514c06098e9c -r ef338e34a906 hgext/convert/git.py --- a/hgext/convert/git.py Sun Aug 05 11:30:52 2007 -0700 +++ b/hgext/convert/git.py Sun Aug 05 12:03:27 2007 -0700 @@ -48,7 +48,7 @@ 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