##// END OF EJS Templates
typing: make `vfs.isfileorlink_checkdir()` path arg required...
typing: make `vfs.isfileorlink_checkdir()` path arg required The only caller to this is `merge._checkunknownfile()`, which supplies a value. That's good, because `util.localpath()` immediately uses the value to call a method on it on Windows. The posix implementation returns the value unaltered, but then `pathutil.finddirs_rev_noroot()` would have exploded.

File last commit:

r44031:2e017696 default
r52786:22e1924e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer