bug encountered in hg?

Fredrik Lundh fredrik at pythonware.com
Fri Mar 27 10:31:13 CDT 2009


On Fri, Mar 27, 2009 at 3:31 PM, Ted Pavlic <ted at tedpavlic.com> wrote:
>> File "mercurial\keepalive.pyc", line 411, in _read_chunked
>>
>> NameError: global name 'IncompleteRead' is not defined
>
> httplib.IncompleteRead was added in Py2.0.
>
> What version of Python are you using?

It's a glitch in mercurial/keepalive.py - the code may raise that
exception itself when things get out of sync, and that statement is
missing the module name.  See the link Mads posted for details.

</F>


More information about the Mercurial mailing list