On Tue, Mar 27, 2007 at 11:43:38AM +0200, Jim Meyering wrote: > Normally, converting a mercurial repository to git is simple: just > run the hg-to-git script (from git/contrib). However, the one I did > yesterday was different. By the way, there is a faster hg-to-git script called hg-fast-export located inside the fast-export repository: git://repo.or.cz/fast-export.git This uses git-fast-import and does a much faster conversion job. It also has some features to clean up author names (including pulling out Signed-Off-By: information so it can be stuffed into the author field) automatically. - Ted - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html