mercurial/localrepo.py
changeset 5210 90d9ec0dc69d
parent 5207 212de429e000
child 5234 b772c0b9f0bd
--- a/mercurial/localrepo.py	Mon Aug 20 21:10:45 2007 -0500
+++ b/mercurial/localrepo.py	Thu Aug 23 01:48:29 2007 -0300
@@ -998,7 +998,7 @@
                 elif self.dirstate[f] in 'amn':
                     self.ui.warn(_("%s already tracked!\n") % f)
                 elif self.dirstate[f] == 'r':
-                    self.dirstate.normaldirty(f)
+                    self.dirstate.normallookup(f)
                 else:
                     self.dirstate.add(f)
         finally: