view hgext/__init__.py @ 50058:d1215f905818

dirstate: avoid transaction backup/restore if we do not hold the lock Doing overwriting the dirstate content without holding the lock is a recipe for disaster.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 15 Feb 2023 21:31:37 +0100
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)