schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 71 forks source link

Windows - 'can't load DLL error' when pulling from GH repo merged via web #275

Open guillermooo opened 10 years ago

guillermooo commented 10 years ago

Hi,

I've experienced this problem:

  1. Clone SomeRepository from GitHub
  2. A SomeRepository fork is merged in via web PR
  3. hg pull locally from my clone fails and Mercurial/hg-git complains that a DLL cannot be loaded (no name).

Otherwise hg-git works great for me, so maybe there's some installation step that I've missed? I usually install like so:

pip install --upgrade mercurial
pip install --upgrade hg-git

Everything builds without errors.

I'm running Mercurial 2.9 and yesterday I installed hg-git from source after cloning this repository.

staafl commented 10 years ago

+1, I've hit this issue too and it's a real pain.