mercurial at 8549: 46 new changesets

Steve Borho steve at borho.org
Sun May 24 10:23:48 CDT 2009


On Sun, May 24, 2009 at 3:55 AM, Martin Geisler <mg at lazybytes.net> wrote:
> Steve Borho <steve at borho.org> writes:
>
>> Not yet, unfortunately (apologies for the line wrapping)
>>
>> warning: could not establish Mercurial version:
>
> The linebreak here is the new linebreak -- is anything else missing?

Nothing missing, it's just broken on Windows again.  :)

setup.py calls 'hg id ...'

When the hg script uses util.set_binary(), it demandimports util and
you get the below traceback (and no version update).  Seems to have
been caused by the recent posixfile upheaval.

>> warning: Not importing directory 'C:\Documents and Settings\Gayle\thg-installer\
>> hg-main\locale': missing __init__.py
>> Traceback (most recent call last):
>>   File "hg", line 25, in <module>
>>     mercurial.util.set_binary(fp)
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\demandim
>> port.py", line 75, in __getattribute__
>>     self._load()
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\demandim
>> port.py", line 47, in _load
>>     mod = _origimport(head, globals, locals)
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\util.py"
>> , line 742, in <module>
>>     from windows import *
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\demandim
>> port.py", line 84, in _demandimport
>>     return _origimport(name, globals, locals, fromlist)
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\windows.
>> py", line 21, in <module>
>>     posixfile.__doc__ = osutil.posixfile.__doc__
>>   File "C:\Documents and Settings\Gayle\thg-installer\hg-main\mercurial\demandim
>> port.py", line 76, in __getattribute__
>>     return getattr(self._module, attr)
>> AttributeError: 'module' object has no attribute 'posixfile'

--
Steve Borho



More information about the Mercurial-devel mailing list