Hi, git-remote-hg is a bidirectional bridge between Git and Mercurial. It is production-ready, has been widely tested, and was previously part of git.git. The big update in v0.6 is support for Python 3 since support for Python 2 has been removed in Mercurial 6.2. Other than that there's no difference from v0.5 which includes some minor features, bugfixes, and performance improvements. I've tested as far back as Mercurial 2.4 up to 6.2, all versions work correctly, but Python 3 support seems to work only from around Mercurial 5.3. The testing framework has been updated to test all these versions. https://github.com/felipec/git-remote-hg Cheers. -- Felipe Contreras