aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/bugdir.py')
-rw-r--r--libbe/bugdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bugdir.py b/libbe/bugdir.py
index 3c2c247..3ad5824 100644
--- a/libbe/bugdir.py
+++ b/libbe/bugdir.py
@@ -181,7 +181,7 @@ that the Arch RCS backend *enforces* ids with this format.""",
settings easy. Don't set this attribute. Set .rcs instead, and
.rcs_name will be automatically adjusted.""",
default="None",
- allowed=["None", "Arch", "bzr", "git", "hg"])
+ allowed=["None", "Arch", "bzr", "darcs", "git", "hg"])
def rcs_name(): return {}
def _get_rcs(self, rcs_name=None):