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.

link|improve this question

1  
Can you try with hg-git? – knittl Feb 11 at 12:18
possible duplicate of How do I convert a git repository to mercurial? - Furthermore, you should report the bug to Selenic. – Kimvais Feb 11 at 12:18
If this is a bug, you should report it directly to the Mercurial devs like @Kimvais. – krtek Feb 11 at 13:12
@knittl hg-git is also not working. – prathmesh.kallurkar Feb 11 at 17:00
@Kimvais but here the tool reported in the given site is not working .. – prathmesh.kallurkar Feb 11 at 17:03
show 4 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.