aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/arch.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-11-20 14:29:01 -0500
committerW. Trevor King <wking@drexel.edu>2009-11-20 14:29:01 -0500
commitb35dfdf10b2f58a0632d0a0542bd8232a39b0391 (patch)
tree3e331c64841832a0c15683890aee46a58581def4 /libbe/arch.py
parent19b3a1d77946b4bbec0788d1ac3270c5cddbd54a (diff)
downloadbugseverywhere-b35dfdf10b2f58a0632d0a0542bd8232a39b0391.tar.gz
Adjusted test.py to use an installed vcs by default.
Protects agaist the off chance that the user doesn't have Arch (tla) installed ;). Changed Arch.name from "Arch" to "arch" so that each VCSs .name matches the module name. This allows us to use vcs.VCS_ORDER (a list of module names) to set up the allowed values of BugDir.vcs_name.
Diffstat (limited to 'libbe/arch.py')
-rw-r--r--libbe/arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/arch.py b/libbe/arch.py
index 4687555..48129b5 100644
--- a/libbe/arch.py
+++ b/libbe/arch.py
@@ -45,7 +45,7 @@ def new():
return Arch()
class Arch(vcs.VCS):
- name = "Arch"
+ name = "arch"
client = client
versioned = True
_archive_name = None