diff -r 299c3e26ee45 -r 91c56c427171 mercurial/localrepo.py --- a/mercurial/localrepo.py Sat Feb 18 16:31:02 2006 +0100 +++ b/mercurial/localrepo.py Sat Feb 18 07:37:59 2006 -0800 @@ -597,7 +597,6 @@ if os.path.exists(p): self.ui.warn(_("%s still exists!\n") % f) elif self.dirstate.state(f) == 'a': - self.ui.warn(_("%s never committed!\n") % f) self.dirstate.forget([f]) elif f not in self.dirstate: self.ui.warn(_("%s not tracked!\n") % f)