diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-27 10:27:27 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-27 10:27:27 -0500 |
commit | 4203368d2a1f9cc794646754a5027e307074fbf6 (patch) | |
tree | 213af04295ed8a604a050532e393f970e494f00a /libbe/storage/vcs/base.py | |
parent | 8a07fe257946104c80f656617c168a340f4dae77 (diff) | |
download | bugseverywhere-4203368d2a1f9cc794646754a5027e307074fbf6.tar.gz |
Make VCS error messages and Storage test failures more descriptive
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r-- | libbe/storage/vcs/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 8335cfa..337576e 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -515,7 +515,7 @@ os.listdir(self.get_path("bugs")): """ Does the path exist in a given revision? (True/False) """ - raise NotImplementedError + raise NotImplementedError('Lazy BE developers') def _vcs_remove(self, path): """ |