view hgext/__init__.py @ 38995:ed25722da873

changegroup: move part of _revisiondeltanarrow into group() Now all the logic for determining which delta generation code is called lives in a single function. Differential Revision: https://phab.mercurial-scm.org/D4187
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 06 Aug 2018 15:04:20 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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