hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 07 Aug 2018 15:31:03 -0700
changeset 39006 5959ef78d834
parent 28450 155e3308289c
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

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)