changeset 8680 | b6511055d37b |
parent 8663 | 45f626a39def |
child 8694 | ca8d05e1f1d1 |
--- 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