diff mercurial/localrepo.py @ 2857:18cf5349a361

Fix some bugs introduced during the manifest refactoring
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 12 Aug 2006 08:53:23 -0300
parents e3fb4223e750
children 345bac2bc4ec
line wrap: on
line diff
--- 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: