Missing module

Christian Boos cboos at neuf.fr
Fri Jun 27 05:13:41 CDT 2008


Alpár Jüttner wrote:
> Hi,
>
> I have a clone of http://selenic.com/repo/hg, which I want to refresh.
> However I get the following error message.
>
>   
>> hg pull
>>     
> pulling from http://selenic.com/repo/hg
> searching for changes
> adding changesets
> transaction abort!
> rollback completed
> abort: could not import module mpatch!
> (did you forget to compile extensions?)
>
> What does it mean? I have mercurial-1.0.1, I installed it from source,
> following the instructions in the README file. Is there any hidden trick
> here again?
>   

Assuming your current folder was named selenic-hg, do:
 > cd ..
 > hg pull -R selenic-hg

But I'm also interested to know if there another trick to be able to run 
mercurial from within its working dir.

-- Christian



More information about the Mercurial mailing list