Hg-Git: Git back end for mercurial
foss.heptapod.net
Hg-Git: Git back end for mercurial
1–4 of 4 posts
Re: Hg-Git: Git back end for mercurial
#2I remember years ago learning that in some way Mercurial repo functionality was a "superset" of Git, the main issue being Mercurial's "named branches" — you could not round-trip those through Git. But you can round-trip all Git stuff through Mercurial.
I wonder how this project deals with that? Or maybe something has advanced on one side or the other so now they can round-trip each other.
Re: Hg-Git: Git back end for mercurial
#3Nice to see Mercurial on HN — my favorite version control software (: I remember years ago learning that in some way Mercurial repo functionality was a "superset" of Git, the main issue being Mercurial's "named branches" — you could not round-trip those through Git. But you can round-trip all Git stuff through Mercurial. I wonder how this project deals with that? Or maybe something has advanced on one side or the oth…