mercurial/localrepo.py
changeset 1621 ee16f06174bd
parent 1619 1ba0d7041ac4
child 1629 3024cacfb2c9
child 1630 5ecf05541e11
--- a/mercurial/localrepo.py	Thu Jan 12 21:02:38 2006 +0100
+++ b/mercurial/localrepo.py	Thu Jan 12 21:55:19 2006 +0100
@@ -1432,7 +1432,7 @@
         if moddirstate:
             wlock = self.wlock()
 
-        for f in deleted:
+        for f in deleted + removed:
             if f in mw:
                 del mw[f]