##// 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.
Matt Harbison -
r52562:32a1c922 default
Show More