changeset 5121 | ef338e34a906 |
parent 4873 | 28b23b9073a8 |
child 5246 | 7d3dcdd92a1a |
--- 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