hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Feb 2023 00:12:53 +0100
changeset 50184 a6ca61fd1fa8
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
narrow: widden the lock context in `tracking` The tracking configuration we modify must be read under lock. So we grab the lock sooner.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)