mercurial/localrepo.py
changeset 6712 93f127b59793
parent 6711 86e1f603a369
child 6715 a3c41abfa828
--- a/mercurial/localrepo.py	Wed Jun 18 23:00:20 2008 +0200
+++ b/mercurial/localrepo.py	Wed Jun 18 23:23:03 2008 +0200
@@ -839,8 +839,8 @@
             commit.sort()
             for f in commit:
                 self.ui.note(f + "\n")
-                fctx = wctx.filectx(f)
                 try:
+                    fctx = wctx.filectx(f)
                     new[f] = self.filecommit(fctx, m1, m2, linkrev, trp, changed)
                     new_exec = fctx.isexec()
                     new_link = fctx.islink()