diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-26 15:00:20 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-26 15:00:20 -0400 |
commit | ededdf41c52fdf8fee1bd0ce4a7d8cc408a82e57 (patch) | |
tree | cead75fc7587089c515c756ae68a8ffe0ecbc8fb /libbe/storage/vcs/base.py | |
parent | adfcbf4fed2f6e82b43b11cae45c03ba0e687ac4 (diff) | |
download | bugseverywhere-ededdf41c52fdf8fee1bd0ce4a7d8cc408a82e57.tar.gz |
Add a Storage driver for the Monotone VCS
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 594a10c..ed72dd1 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'] +VCS_ORDER = ['arch', 'bzr', 'darcs', 'git', 'hg', 'monotone'] """List VCS modules in order of preference. Don't list this module, it is implicitly last. |