diff options
author | W. Trevor King <wking@drexel.edu> | 2009-06-30 11:29:06 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-06-30 11:29:06 -0400 |
commit | 1e8cc09743d624c52c192459c31773c6be288144 (patch) | |
tree | 4284c066658321a188a6b0ba5ba736db447637d1 /libbe/bugdir.py | |
parent | db4adfd8be31c253239a54b5ae8a90af46bded7b (diff) | |
download | bugseverywhere-1e8cc09743d624c52c192459c31773c6be288144.tar.gz |
Added darcs support.
I don't know much darcs, so I make no claims about the beauty of my
implementation. It seems to get the job done though, until a darcs
guru comes along.
I also tweaked the libbe.git.Git._rcs_get_user_id to handle the case
where user.name or user.email are not set.
I also added the option to pass a stdin string into the
libbe.rcs.RCS._u_invoke* functions.
Diffstat (limited to 'libbe/bugdir.py')
-rw-r--r-- | libbe/bugdir.py | 2 |
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): |