comparison mercurial/changelog.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 df41c7be16d6
children ed003859f1d8
comparison
equal deleted inserted replaced
26882:c4895f9b8ab1 26883:c750ed59892a