i was working on a git repository and now i need to convert it to a hg repository for some reason. my original git repository has 41 commits and had a size of 320MB.
i am trying to convert the repository using "hg convert git-repo hg-repo". this command starts converting the git repo to hg but hangs(does not stop) midway at version number 18. i checked that the size of the hg repo at this time was 50Mb. I know that the rev no. 18 and size=15M are not that significant but hg convert is not printing any error that i can debug. Does hg print error at some unknown location ?? Does the size of repository have an effect on the "hg convert" program.
hg-git? – knittl Feb 11 at 12:18