hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Mar 2018 14:03:41 +0100
changeset 3544 329056287ef5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add more cases about stabilization of an orphaned merge commit This patch adds three more cases related to stabilization of orphaned merge commits.

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