hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Apr 2021 20:57:34 +0200
changeset 46957 e7d082e4ace6
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
dispatch: use the new API to resolve --repository An even weirder feature of Mercurial is the ability to use `[paths]` alias as value of `--repository`. The weird feature now use the new APIs. Differential Revision: https://phab.mercurial-scm.org/D10424

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)