From: W. Trevor King Date: Fri, 22 Jan 2010 19:13:08 +0000 (-0500) Subject: We don't need VCS._vcs_exists yet, with exists only used in _add X-Git-Tag: 1.0.0~59^2~44^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=355219426b8577123ea3db2d6b7247ec4fc085ea;p=be.git We don't need VCS._vcs_exists yet, with exists only used in _add --- 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): """