hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 10 Apr 2016 10:54:53 -0700
changeset 28847 3e576fe66715
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: use --insecure instead of web.cacerts=! --insecure is the proper and documented way to do this. The end result is the same: dispatch will set web.cacerts to ! when --insecure is passed. This patch is necessary to refactor handling of web.cacerts in upcoming patches.

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