diff -r a3c73c9679d2 -r 18cf5349a361 mercurial/localrepo.py --- 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: