How do I correctly install dulwich to get hg-git working on Windows?
That makes me think dulwich is not installed correctly, or not in the path. You’re absolutely right. Mercurial binary distributions for Windows are ‘frozen’ – they use the Python code and interpreter bundled with them and therefore independent of packages installed in system PYTHONPATH. When you specify path to hggit extension in Mercurial.ini, hg tries … Read more