hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Dec 2023 11:43:32 +0100
changeset 51179 cf23a8432f51
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
test-transaction-safety: perform the test on a filelog This test previously checked the transaction safety of splitting the changelog. The changelog is a special case, with delayed/diverted writes and we will stop inlining it soon. So we keep testing that transaction is safe around inline on another revlog type : a filelog. Minor comestic adjustement will be done in the next changesets.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)