hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 16:47:06 -0700
changeset 37429 7d0a29f70bbe
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: use `hg unbundle` in test-setdiscovery.t This is testing how discovery between 2 well-defined repos works, not that `hg pull` works with bundles. Switch to `hg unbundle` so it works in environments where bundlerepos aren't supported. Differential Revision: https://phab.mercurial-scm.org/D3109

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