mercurial/keepalive.py
changeset 16705 c2d9ef43ff6c
parent 16688 cfb6682961b8
child 17251 98166640b356
--- a/mercurial/keepalive.py	Sun May 13 13:17:50 2012 +0200
+++ b/mercurial/keepalive.py	Sun May 13 13:18:06 2012 +0200
@@ -290,7 +290,7 @@
             # worked.  We'll check the version below, too.
         except (socket.error, httplib.HTTPException):
             r = None
-        except:
+        except: # re-raises
             # adding this block just in case we've missed
             # something we will still raise the exception, but
             # lets try and close the connection and remove it