hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 05 Jan 2018 17:15:43 +0530
changeset 3374 612b3bd31499
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: use new trouble names in commit messages There is case when we add trouble to the commit message while using `hg evolve`. This match makes sure, we use the new trouble names. The hash changed because it depends on commit messages.

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