-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: File Move & Rename
-
None
The current is_local_path logic does not correctly classify Windows drive-relative paths such as "C:repo" as local paths.
This change also preserves correct detection of scp-style URLs (e.g. user@host:path) while ensuring Windows drive-absolute and drive-relative paths are treated as local.
Regression tests have been added.