hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 09 Feb 2018 14:02:03 +0530
changeset 37197 7fa00a6f8180
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
infinitepush: drop logic related to treemanifest extension treemanifest is another facebook's extension which is not in core. Let's drop the logic related to infinitepush extension which is now ported to core. Differential Revision: https://phab.mercurial-scm.org/D2106

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