From ea9867f51a4e1bab0455d5fe974ed731ddfee26c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 25 Oct 2017 17:55:45 -0700 Subject: remove now-unused method _vcs_is_versioned --- libbe/storage/vcs/base.py | 8 -------- 1 file changed, 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. -- cgit