changeset 26748 | 5ba0a99ff27f |
parent 26740 | f4a27c05c43f |
child 26752 | 949e8c626d19 |
--- a/mercurial/merge.py Sat Oct 17 01:15:34 2015 +0900 +++ b/mercurial/merge.py Sat Oct 17 01:15:34 2015 +0900 @@ -1277,7 +1277,7 @@ # drop the second merge parent repo.dirstate.beginparentchange() repo.setparents(repo['.'].node(), nullid) - repo.dirstate.write() + repo.dirstate.write(repo.currenttransaction()) # fix up dirstate for copies and renames copies.duplicatecopies(repo, ctx.rev(), pctx.rev()) repo.dirstate.endparentchange()