hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 30 Mar 2018 12:43:08 +0200
changeset 37166 b229fd9adeae
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
bundlespec: introduce an attr-based class for bundlespec We will add support of contentops in the next patch, introduce a class instead of returning a 4-items tuple. Differential Revision: https://phab.mercurial-scm.org/D2971

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