diff -r 24881eaebee3 -r bdfb524d728a mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Mar 03 13:41:12 2006 -0800 +++ b/mercurial/localrepo.py Sat Mar 04 19:01:45 2006 +0100 @@ -1679,6 +1679,7 @@ remove.sort() for f in remove: self.ui.note(_("removing %s\n") % f) + util.audit_path(f) try: util.unlink(self.wjoin(f)) except OSError, inst: