hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 14:44:17 +0100
changeset 50257 a301f0fad046
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
branch: pass current transaction when writing branch in histedit

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)