diff --git a/mercurial/vfs.py b/mercurial/vfs.py --- a/mercurial/vfs.py +++ b/mercurial/vfs.py @@ -47,7 +47,7 @@ class abstractvfs(object): raise NotImplementedError('attempted instantiating ' + str(type(self))) def _auditpath(self, path, mode): - pass + raise NotImplementedError def tryread(self, path): '''gracefully return an empty string for missing files'''