diff options
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r-- | libbe/storage/vcs/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 671df43..e9995b0 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -50,7 +50,7 @@ if libbe.TESTING == True: import libbe.ui.util.user -VCS_ORDER = ['arch', 'bzr', 'darcs', 'git', 'hg', 'monotone'] +VCS_ORDER = ['bzr', 'darcs', 'git', 'hg', 'monotone'] """List VCS modules in order of preference. Don't list this module, it is implicitly last. @@ -436,7 +436,7 @@ class VCS (libbe.storage.base.VersionedStorage): otherwise. You only need to set this if the VCS goes about dumping VCS-specific files into the .be directory. - If you do need to implement this method (e.g. Arch), set + If you do need to implement this method, set self.interspersed_vcs_files = True """ assert self.interspersed_vcs_files == False |