git-cinnabar

Git remote helper for seamless interaction with Mercurial repositories

brewmacoslinux
Try with needOr install directly
Source

About

Git remote helper to interact with mercurial repositories

Commands

git-cinnabar

Examples

Clone a Mercurial repository using Git$ git clone hg::https://hg.mozilla.org/mozilla-central
Push changes from Git to a Mercurial repository$ git push hg::https://example.com/hg/repo
Fetch updates from a Mercurial repository into Git$ git fetch hg::https://hg.example.com/repo