From 355219426b8577123ea3db2d6b7247ec4fc085ea Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 22 Jan 2010 14:13:08 -0500 Subject: [PATCH] We don't need VCS._vcs_exists yet, with exists only used in _add --- libbe/storage/vcs/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 0ef35ad..7d4383f 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -508,7 +508,7 @@ os.listdir(self.get_path("bugs")): """ Does the path exist in a given revision? (True/False) """ - pass + raise NotImplementedError def _vcs_remove(self, path): """ -- 2.26.2