comparison mercurial/sparse.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 a61287a95dc3
children b7808443ed6a
comparison
equal deleted inserted replaced
44816:c5574408254a 44817:35bb67427f63