cant push
Stuart McGraw
smcg4191 at frii.com
Sat Dec 13 21:23:47 CST 2008
Brendan Cully wrote:
> On Saturday, 13 December 2008 at 00:39, Stuart McGraw wrote:
>> If I clone a repo from my central repo (on a linux box)
>> to my Windows box ("hg clone http://kyoto/hg/myproject"),
>> make some changes, commit, and do an "hg push" I get:
>>
>> C:\myproject> hg push
>> pushing to http://kyoto/hg/myproject
>> searching for changes
>> http authorization required
>> realm: Mercurial repositories
>> abort: The specified module could not be found
>>
>> This was working fine until I recently upgraded to Mercurial-1.1
>> on my Windows machine. If I do the same clone, edit, commit,
>> push sequence on the linux box, it works fine.
>>
>> Below is output of "hg push" with debugging info.
>> Any idea what's wrong?
> ...
>> File "pyreadline\rlmain.pyc", line 447, in <module>
>> File "pyreadline\rlmain.pyc", line 47, in __init__
>> File "pyreadline\console\console.pyc", line 202, in __init__
>> File "ctypes\__init__.pyc", line 348, in __init__
>> WindowsError: [Error 126] The specified module could not be found
>> abort: The specified module could not be found
>
> This looks like http://www.selenic.com/mercurial/bts/issue1419
>
> I think the fix is in stable now.
Yes, that is indeed the same problem. I patched my
local copy of Mercurial and things seem to be working
fine again. Thanks.
More information about the Mercurial
mailing list