mercurial/cffi/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 13 Dec 2022 12:50:52 +0100
changeset 49966 380ed77e9ad3
parent 30346 9cc438bf7d9a
permissions -rw-r--r--
dirstate: enforce holding the lock while doing any changes This seems like a sensible sanity check. This already caught the issue in largefile. This will catch more issue when we start using similar context manager for operation other than the parent changes.