Hi, Git-cinnabar is a git remote helper to interact with mercurial repositories. It allows to clone, pull and push from/to mercurial remote repositories, using git. Code on https://github.com/glandium/git-cinnabar This release on https://github.com/glandium/git-cinnabar/releases/tag/0.4.0rc2 [ Previous announcements: http://marc.info/?l=git&m=148038131415810 http://marc.info/?l=git&m=146943537220142 http://marc.info/?l=git&m=146762932928309 (...)] What's new since 0.4.0rc? - /!\ Warning /!\ If you have been using a version of the `release` branch between 0.4.0rc and 0.4.0rc2 (more precisely, in the range 0335aa1432bdb0a8b5bdbefa98f7c2cd95fc72d2^..0.4.0rc2^), *and* used `git cinnabar download` *and* run on Mac or Windows, please ensure your mercurial clones have not been corrupted by case-sensitivity issues by running `git cinnabar fsck --manifests`. If they contain sha1 mismatches, please reclone. - Updated git to 2.11.0 for cinnabar-helper - Improvements to the `git cinnabar download` command - Various small code cleanups - Improvement to the experimental support for pushing merges. Mike