hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 04 Nov 2022 19:38:47 -0400
changeset 49589 266bb5c86f4b
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
debug-delta-find: add a --source option This will help us to understand the delta-find operation in different situations.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)