hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 03 Aug 2018 13:01:53 -0700
changeset 38905 379d90327861
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
changegroup: move changelogdone into cgpacker Looking at what it is used for, it feels like there is a better way to implement all this. So recording a TODO to track that. Differential Revision: https://phab.mercurial-scm.org/D4087

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