hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 07 Aug 2018 15:31:03 -0700
changeset 39006 5959ef78d834
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
changegroup: inline _packmanifests() into generatemanifests() It is relatively small. Every other generate*() calls group() directly. So the new code is consistent. Differential Revision: https://phab.mercurial-scm.org/D4198

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