Q:
Installing:
sudo apt-get install mercurial-git
ref: http://hg-git.github.com/
EDIT:
~/.hgrc
[extensions] hgext.bookmarks = hggit =
running:
hg clone git://example.com/eg.git abort: repository git://example.com/eg.git not found!
What's happen?
googling...
[extensions] hgext.bookmarks = hgext.git =
replace "hggit =" with "hgext.git ="
OR
use "easy_install hg-git" or "pip hg-git"