hgext/__init__.py
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Sat, 04 Jun 2022 19:10:51 +0200
changeset 49485 ef0b0f94d2e5
parent 48966 6000f5b25c9b
permissions -rw-r--r--
compare-disco: move case parsing into its own function This is open the way to the next changeset that will allow to specify a list of heads.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)