diff -r bbdcdc7f170e -r 90d9ec0dc69d mercurial/localrepo.py --- 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: