changeset 24395 | 216fa1ba9993 |
parent 23206 | a7f25a31e021 |
child 25698 | 307370c2dda2 |
--- a/hgext/convert/git.py Thu Mar 19 17:36:17 2015 +0100 +++ b/hgext/convert/git.py Thu Mar 19 17:40:19 2015 +0100 @@ -264,7 +264,7 @@ else: self.retrievegitmodules(version) changes.append(('.hgsubstate', '')) - return (changes, copies) + return (changes, copies, set()) def getcommit(self, version): c = self.catfile(version, "commit") # read the commit hash