aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r--libbe/storage/vcs/base.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 1bd4e4c..b4df3f6 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -429,14 +429,6 @@ class VCS (libbe.storage.base.VersionedStorage):
"""
pass
- def _vcs_is_versioned(self, path):
- """
- Return true if a path is under version control, False
- otherwise. You only need to set this if the VCS goes about
- dumping VCS-specific files into the .be directory.
- """
- raise NotImplementedError
-
def _vcs_get_file_contents(self, path, revision=None):
"""
Get the file contents as they were in a given revision.