diff -r 32537b12e091 -r b6511055d37b mercurial/localrepo.py --- a/mercurial/localrepo.py Sun May 31 17:54:18 2009 -0500 +++ b/mercurial/localrepo.py Sun May 31 17:54:18 2009 -0500 @@ -948,7 +948,6 @@ def bad(f, msg): if f not in ctx1: self.ui.warn('%s: %s\n' % (self.dirstate.pathto(f), msg)) - return False match.bad = bad if working: # we need to scan the working dir