Mercurial > hg
diff mercurial/color.py @ 34105:c037fd655b47
ssh: fix flakey ssh errors on BSD systems
There's been a persistent issue with flakiness on BSD systems (like OSX) where
the 'no suitable response from remote hg' message would sometimes not appear.
This was caused by one of the earlier calls failing with a "IOError: Broken
pipe". Catching those errors and printing the same message removes the
flakiness.
Differential Revision: https://phab.mercurial-scm.org/D687
author | Durham Goode <durham@fb.com> |
---|---|
date | Mon, 11 Sep 2017 15:59:18 -0700 |
parents | f9f28ee41cac |
children | 0fa781320203 |