hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 02 Apr 2017 01:51:07 -0400
changeset 31771 5e92ba77793c
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
test-serve: disable unfixable tests on Windows These tests would run if hghave.has_serve() were enabled on Windows. Windows has no issue allowing an unpriviledged process to open port 13, so it doesn't abort. The other tests are related to how MSYS tries to be helpful and converts Unix constructs to the Windows equivalent. There isn't any way to disable this behavior, though it supposedly doesn't happen if the exe is linked against the MSYS library.

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