On Tue, Dec 20, 2016 at 05:47:44PM +0900, Mike Hommey wrote: > 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. Oh, and please first run `git cinnabar download` with this new version. Mike