Keeping with the exodus from SVN/Mercurial to git, here is a super quick guide for converting a Mercurial repo to git.
-
Get the fast-export script via git:
git clone git://repo.or.cz/fast-export.git
Make a new (empty) git repo for the project that...