this issue is a bit similar to Is there a tool similar to repo or git-repo for hg/Mercurial?, the difference is my focus is how to mirror that hg repo to git repo?
is there a command like git hg clone?
i want to use git to manage my code, but some open source code is just hosted on hg, so how to mirror them to git repo?
btw, can i push hg repo to more than one hg repos?