hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 11 Jan 2023 16:29:29 +0100
changeset 50036 95ffa065204e
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rhg-files: reuse centralized dirstate logic The `files` logic predates the centralized dirstate logic. It was duplicated, an didn't receive bugfixes along the way.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)