Hello is there a tool for git that allow to work with mercurial repositories
F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git way..
So is there some tool for mercurial for that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this related SO question:
Git interoperability with a Mercurial Repository
It seems that
hg2gitis of interest. It is part of thegit fast-exportfamily of tools.If you want
hgto push/pull from agitrepo, then consider the Hg-Git Mercurial Plugin.