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