hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 24 May 2018 00:58:35 +0530
changeset 3771 1f339d81aabd
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add more tests related to aborting while resolving phase-divergence The tests shows the something is still broken related to abort while resolving phase-divergence which will be fixed in upcoming patches.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)