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.
Currently
mafiaassumes a project is undergit. Sometimes I havedarcsprojects I want to use withmafia.Currently my work around is to
git initand then run mafia. It would be helpful to add support for non-git repositories and perhaps to support thedarcsequivalent to git submodules, if such a thing exists.