I'm having trouble with hg-git.
In my hgrc I have:
[extensions]
hgext.bookmarks=
hggit=~/anaconda/lib/python3.5/site-packages/hg_gt-0.8.2-py3.5.egg/hggit
When I try to hgclone I get:
*** failed to import extension hggit from ~/anaconda/lib/python3.5/site-packages/hg_git-0.8.2-py3.5.egg/hggit: No module named dulwich.errors.
I've already installed dulwich.errors by running easy_install 'dulwich>=0.8.0'.
Can't figure out what's going on.
Thanks so much!