Debian Jessie, as well as sid, have a mercurial-git
package which contains the hg-git
plugin. However, this package was (auto-)removed from Debian Stretch to to a release-critical bug.
But - I need it installed and running. Surely this should be possible, right?
Well, I followed the installation instructions on the plugin page:
- I ran
apt-get install python-setuptools python-setuptools-git python4-setuptools python3-setuptools-git
- I ran
easy_install hg-git
and it seemed to work
But still, when I run various mercurial operations I get, as the first line, the error message:
*** failed to import extension hgext.git: No module named git
(regardless of whether I'm doing anything git-related or not.)
My questions:
- Why is this happening?
- What do I need to do in order to make the error message go away while having hggit working?
Now,
How do I correctly install dulwich to get hg-git working on Windows?