mercurial/filemerge.py
branchstable
changeset 16205 b605448eb254
parent 15738 e86dd8dfdea0
child 16206 1970e6f61009
child 16254 c7eef052c9e3
--- a/mercurial/filemerge.py	Wed Feb 29 14:24:57 2012 +0100
+++ b/mercurial/filemerge.py	Thu Mar 01 17:35:12 2012 +0100
@@ -220,6 +220,8 @@
         util.copyfile(a, a + ".local")
         repo.wwrite(fd + ".other", fco.data(), fco.flags())
         repo.wwrite(fd + ".base", fca.data(), fca.flags())
+        os.unlink(b)
+        os.unlink(c)
         return 1 # unresolved
     else:
         args = _toolstr(ui, tool, "args", '$local $base $other')