comparison mercurial/dispatch.py @ 26883:c750ed59892a stable

posix: retry on symlink race in checklink Multiple threads might attempt to check links with the same temporary name. This would cause one side to get an EEXIST error and wrongly fail the support check. Here, we simply retry if our temporary name exists.
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Nov 2015 15:23:10 -0600
parents 56b2bcea2529
children 77850d2a161c
comparison
equal deleted inserted replaced
26882:c4895f9b8ab1 26883:c750ed59892a