Open
Description
Currently mafia
assumes a project is under git
. Sometimes I have darcs
projects I want to use with mafia
.
Currently my work around is to git init
and then run mafia. It would be helpful to add support for non-git repositories and perhaps to support the darcs
equivalent to git submodules, if such a thing exists.