How do I convert a git repository to mercurial?
        Posted  
        
            by Spoike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Spoike
        
        
        
        Published on 2009-01-29T13:21:33Z
        Indexed on 
            2010/04/27
            3:53 UTC
        
        
        Read the original article
        Hit count: 382
        
I've been developing a java application using git as source code repository. I'd like to share the project with other java developers and hg seems to be most used by them.
My question is how do I convert a git repository to hg?
If I tried googling "convert git to hg" and every search hit is about converting from git to hg. I'm also using TortoiseHg.
© Stack Overflow or respective owner