Added darcs support.
authorW. Trevor King <wking@drexel.edu>
Tue, 30 Jun 2009 15:29:06 +0000 (11:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 30 Jun 2009 15:29:06 +0000 (11:29 -0400)
commit1e8cc09743d624c52c192459c31773c6be288144
tree4284c066658321a188a6b0ba5ba736db447637d1
parentdb4adfd8be31c253239a54b5ae8a90af46bded7b
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.
libbe/bugdir.py
libbe/darcs.py [new file with mode: 0644]
libbe/git.py
libbe/rcs.py
test_usage.sh