hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 02 Feb 2018 13:59:33 +0530
changeset 3475 a03bb02dfaba
parent 2020 143c8e4dc22d
permissions -rw-r--r--
grab: preserve phase of the grabbed changeset This patch fixes the wrong behavior of loosing secret phase of the grabbed changeset.

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