Mercurial crash pulling from remote repo
Benoit Boissinot
benoit.boissinot at ens-lyon.org
Fri Jun 12 20:20:03 CDT 2009
On Fri, Jun 12, 2009 at 05:12:35PM +0100, Tim Jarman wrote:
> The remote host is up and running (I can ssh in) and all this was
> working yesterday. Doing hg verify on the remote repo revealed no
> issues. AFAICT this is not a known problem.
>
> Hg version is 1.1.2, running on Ubuntu Jaunty.
>
> Traceback follows:
>
> ** Extensions loaded: fetch, extdiff
> File "/usr/lib/python2.6/httplib.py", line 1073, in connect
> self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
> File "/var/lib/python-support/python2.6/mercurial/demandimport.py",
> line 75, in __getattribute__
> return getattr(self._module, attr)
> AttributeError: 'module' object has no attribute 'wrap_socket'
Is it reproducible?
Can you try adding 'ssl' to the blacklist from demandimport.py (see
the ignore list at the end of the file)?
regards,
Benoit
--
:wq
More information about the Mercurial
mailing list