hg-fast-export

Fast Mercurial to Git converter for migrating repositories

brewmacoslinux
Try with needOr install directly
Source

About

Fast Mercurial to Git converter

Commands

hg-fast-export.sh

Examples

Convert a Mercurial repository to Git$ hg-fast-export.sh -r /path/to/hg/repo -g /path/to/git/repo
Export Mercurial repo with custom branch mapping$ hg-fast-export.sh -r /path/to/hg/repo -g /path/to/git/repo --branch-map default=master
Convert specific revision range from Mercurial to Git$ hg-fast-export.sh -r /path/to/hg/repo -g /path/to/git/repo --rev 0:100