comparison mercurial/copies.py @ 44817:35bb67427f63 stable

manifest-cache: ignore IOError while writing If the wcache directory is non writable for some reason (eg: belong to root). Trying to write to it currently crash Mercurial. Instead we ignore the error and skip writing that cache. We should probably improve the user experience of multiple users interacting with the same repository. However this is not an adventure for stable. Differential Revision: https://phab.mercurial-scm.org/D8512
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 09 May 2020 20:25:07 +0200
parents 30862e226339
children 45f3f35cefe7 d452acc8cce8
comparison
equal deleted inserted replaced
44816:c5574408254a 44817:35bb67427f63