mercurial/merge.py
changeset 26606 2a405d307f8c
parent 26587 56b2bcea2529
child 26611 a5ff66e6d77a
--- a/mercurial/merge.py	Sun Oct 11 12:31:08 2015 -0700
+++ b/mercurial/merge.py	Sun Oct 11 12:56:21 2015 -0700
@@ -310,8 +310,8 @@
         f = self._repo.vfs('merge/' + hash)
         self._repo.wwrite(dfile, f.read(), flags)
         f.close()
-        r = filemerge.filemerge(self._repo, self._local, lfile, fcd, fco, fca,
-                                labels=labels)
+        complete, r = filemerge.filemerge(self._repo, self._local, lfile, fcd,
+                                          fco, fca, labels=labels)
         if r is None:
             # no real conflict
             del self._state[dfile]