diff README.rst @ 49965:0cf4c1b80fd9

largefile: make sure we hold the lock when updating the second dirstate The largefile extension uses a second dirstate file (and object) to track some states. In some situations, it is lazily updated when needed. These operations might not have the lock taken. This means they might conflict and race with other ongoing operations. So we now take the lock to do these operations. This was caught by the next commit.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 27 Jan 2023 00:45:07 +0100
parents c5912e35d06d
children
line wrap: on
line diff