convert-repo: fix up octopus merge conversion

This commit is contained in:
Matt Mackall 2005-10-05 19:27:35 -07:00
parent fcbb29caf2
commit 6cfc6d18b1

View File

@ -132,8 +132,9 @@ class convert_mercurial:
self.repo.rawcommit(files, text, author, dest,
hg.bin(p1), hg.bin(p2))
text = "(octopus merge fixup)\n"
p2 = hg.hex(self.repo.changelog.tip())
return hg.hex(self.repo.changelog.tip())
return p2
def puttags(self, tags):
try: