mercurial/dirstate.py
changeset 6110 81e20e01d465
parent 6057 218d5b9aa466
child 6138 09847b90beae
--- a/mercurial/dirstate.py	Thu Feb 14 18:08:16 2008 -0200
+++ b/mercurial/dirstate.py	Thu Feb 14 18:08:16 2008 -0200
@@ -568,7 +568,7 @@
                         nonexistent = False
                 # XXX: what to do with file no longer present in the fs
                 # who are not removed in the dirstate ?
-                if nonexistent and type_ in "nm":
+                if nonexistent and type_ in "nma":
                     dadd(fn)
                     continue
             # check the common case first