git-remote-hg

Transparent bidirectional bridge between Git and Mercurial repositories

brewmacoslinux
Try with needOr install directly
Source

About

Transparent bidirectional bridge between Git and Mercurial

Commands

git-remote-hg

Examples

Clone a Mercurial repository using Git$ git clone hg::https://hg.example.com/repo local-repo
Push changes from Git to a Mercurial repository$ git push origin master
Pull updates from Mercurial repository into Git$ git pull origin master