Note that there are some explanatory texts on larger screens.

plurals
  1. POGit as mercurial client? Why no git-hg?
    text
    copied!<p>This is a question that's been bothering me for a while. I've done my homework and checked stackoverflow and found at least these two topics about my question: <a href="https://stackoverflow.com/questions/1714015/git-for-mercurial-like-git-svn">Git for Mercurial like git-svn</a> and <a href="https://stackoverflow.com/questions/883452/git-interoperability-with-a-mercurial-repository">Git interoperability with a Mercurial repository</a></p> <p>I've done some serious googling to solve this issue, but so far with no luck. I've also read the <a href="http://peepcode.com/products/git-internals-pdf" rel="nofollow noreferrer">Git Internals</a> book, and the <a href="http://hgbook.red-bean.com/read/behind-the-scenes.html" rel="nofollow noreferrer">Mercurial Definitive Behind the Scenes</a> to try to figure this out. I'm still a bit puzzled why I haven't been able to find any suitable git-hg type of a tool. </p> <p>From my perspective git-svn is one of the main features, why I've chosen to use git over mercurial also at work. It allows me to use a workflow I like, and nobody else needs to bother, if they don't care. I just don't see the point in using the intermediate hg repo to convert back and forth, as suggested in one of the chains. </p> <p>So anyway, from what I've read hg and git seem very similar in conceptual design. There are <a href="https://stackoverflow.com/questions/1598759/git-and-mercurial-compare-and-contrast">differences under the hood</a>, but none of those should prevent creating a git client for hg. As it seems to me, remote tracking branches and octopus merges make git even more powerful than hg is. </p> <p>So, the real question, is there any real reason why git-hg does not exist (or at least is very hard to find)? Is there some animosity from git users (and developers) towards their hg counterparts that has caused the lack of the git-hg tool? Do any of you have any plans to develop something like this, and go public with it? I could volunteer (although with very feeble C-skills) to participate to get this done. I just don't possess the full knowledge to start this up myself.</p> <p>Could this be the tool to end all DVCS wars for good? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload