##// END OF EJS Templates
typing: add type hints to `mercurial/utils/resourceutil.py`...
typing: add type hints to `mercurial/utils/resourceutil.py` The `except` path requires byte args (because of the byte based manipulation in `_package_path()`), while the `else` case tolerates `AnyStr`. Pytype was unable to figure this out, and we should make sure the interface is the same for all environments.

File last commit:

r45863:f55c47f4 default
r52562:32a1c922 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer