Converting from bzr on Windows 7

Eric Siegerman pub08-hg at davor.org
Fri Nov 16 13:50:57 UTC 2012


On 11/15/2012 04:44 PM, Matt Mackall wrote:
> [resent: google groups braindamage]
>
> On Wed, 2012-11-14 at 13:56 -0800, Patrick van der Velde wrote:
>>   When I execute
>> the following command line:
>>     hg convert -v -s bzr c:\temp\bzr2hg\bzr c:\temp\bzr2hg\hg
>>
>> I get the following message:
>>    initializing destination c:\temp\bzr2hg\hg repository
>>    bzr source type could not be determined
>>    abort: DLL load failed: The specified module could not be found.!
>>
>>

It's possible to install a pure-Python version of Bazaar, i.e .without the
C optimizations (or at least, it used to be possible; I've been out of
the Bazaar world for a while).  That's a lot slower than a C-optimized
install, of course, but it might get you past this, i.e. if the DLL that's
failing to load is one that goes away entirely in a pure-Python install.

   - Eric



More information about the Mercurial mailing list