##// END OF EJS Templates
run-tests: provide more information when calling hg fails...
run-tests: provide more information when calling hg fails This helps to debug failure.

File last commit:

r52756:f4733654 default
r53434:3b63f90f default
Show More
__init__.py
5 lines | 103 B | text/x-python | PythonLexer
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)