hgext3rd/__init__.py
author Durham Goode <durham@fb.com>
Fri, 11 Nov 2016 01:20:13 -0800
changeset 30374 f2d146d1e8d6
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
manifest: add unionmanifestlog support As part of deprecating manifest, we need to make the union repo support manifestlog.

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