mercurial/__init__.py
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 29 Mar 2006 12:45:33 +0200
changeset 2015 1a09814a5b1f
parent 0 9117c6561b0b
permissions -rw-r--r--
Catch HTTPException when reading from remote http repository. If the server dies very early, an httplib.IncompleteRead exception may be raised, because httplib can't read a single byte. Catching all HTTPException subclasses here will prevent ugly backtraces for similar things, too.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: