We don't need VCS._vcs_exists yet, with exists only used in _add
authorW. Trevor King <wking@drexel.edu>
Fri, 22 Jan 2010 19:13:08 +0000 (14:13 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 22 Jan 2010 19:13:08 +0000 (14:13 -0500)
libbe/storage/vcs/base.py

index 0ef35ad290f9826bb647902cd45233fdef926262..7d4383f82b8765dfbda4b27d4d5e9508c48f9cf4 100644 (file)
@@ -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):
         """