aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/darcs.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated darcs put command for darcs >= 2.2.0, following Chris' reportW. Trevor King2009-07-011-2/+1
|
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-2/+1
|
* Added darcs support.W. Trevor King2009-06-301-0/+164
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.