projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2507e1
)
We don't need VCS._vcs_exists yet, with exists only used in _add
author
W. Trevor King
<wking@drexel.edu>
Fri, 22 Jan 2010 19:13:08 +0000
(14:13 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 22 Jan 2010 19:13:08 +0000
(14:13 -0500)
libbe/storage/vcs/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/base.py
b/libbe/storage/vcs/base.py
index 0ef35ad290f9826bb647902cd45233fdef926262..7d4383f82b8765dfbda4b27d4d5e9508c48f9cf4 100644
(file)
--- 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):
"""