mercurial/localrepo.py
changeset 2857 18cf5349a361
parent 2841 e3fb4223e750
child 2859 345bac2bc4ec
--- a/mercurial/localrepo.py	Sat Aug 12 09:24:04 2006 -0300
+++ b/mercurial/localrepo.py	Sat Aug 12 08:53:23 2006 -0300
@@ -502,7 +502,6 @@
             except IOError:
                 try:
                     del m1[f]
-                    del m1[f]
                     if update_dirstate:
                         self.dirstate.forget([f])
                 except: