Tool for tracking hg repos in git
git-hg can be used to transparently track Mercurial repositories in Git ones.
clone <path/to/mercurial/repo> [local_checkout_path]
clone --force <path/to/mercurial/repo> [local_checkout_path]
fetch [ --force ]
fetch latest branches from mercurial
pull [ --force ] [--rebase]
fetch and merge (or rebase) the into the current branch
push [destination]
push latest changes to mercurial
checkout [ --force ] branch_name
checkout a mercurial branch