view hgext/__init__.py @ 51191:3c5b66d03c37

setup: make debug simpler by adding a `__repr__` to `hgcommand` This help when trying to debug this logic.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 01 Dec 2023 22:13:37 +0100
parents 6000f5b25c9b
children
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)