mercurial/merge.py
branchstable
changeset 20615 b96cb15ec9e0
parent 20594 ba619c50a355
child 20620 bedb9f1a6b4e
child 20867 539d9f839197
--- a/mercurial/merge.py	Tue Feb 25 18:45:01 2014 -0800
+++ b/mercurial/merge.py	Sat Mar 01 18:09:39 2014 +0100
@@ -654,7 +654,7 @@
             f2, fd, flags = args
             if f:
                 repo.ui.note(_("moving %s to %s\n") % (f, fd))
-                audit(f)
+                audit(fd)
                 repo.wwrite(fd, wctx.filectx(f).data(), flags)
                 util.unlinkpath(repo.wjoin(f))
             if f2: