Show More
@@ -197,7 +197,8 class mercurial_sink(converter_sink): | |||||
197 | p2 = parents.pop(0) |
|
197 | p2 = parents.pop(0) | |
198 | fileset = set(files) |
|
198 | fileset = set(files) | |
199 | if full: |
|
199 | if full: | |
200 |
fileset.update(self.repo[p1] |
|
200 | fileset.update(self.repo[p1]) | |
|
201 | fileset.update(self.repo[p2]) | |||
201 | ctx = context.memctx(self.repo, (p1, p2), text, fileset, |
|
202 | ctx = context.memctx(self.repo, (p1, p2), text, fileset, | |
202 | getfilectx, commit.author, commit.date, extra) |
|
203 | getfilectx, commit.author, commit.date, extra) | |
203 | self.repo.commitctx(ctx) |
|
204 | self.repo.commitctx(ctx) |
General Comments 0
You need to be logged in to leave comments.
Login now