##// END OF EJS Templates
run-tests: call the command using shell=True to please Windows...
run-tests: call the command using shell=True to please Windows Windows is unhappy about the lack of shell=True, probably because the "self._realhg" is a script instead of a Win32 executable.

File last commit:

r52756:f4733654 default
r53436:4f2bbad8 default
Show More
__init__.py
7 lines | 156 B | text/x-python | PythonLexer
# name space package to host third party extensions
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)