hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 07 Nov 2016 18:38:13 -0800
changeset 30354 a37a96d838b9
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
changegroup: use compression engines API The new API doesn't have the equivalence for None and 'UN' so we introduce code to use 'UN' explicitly.

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