mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-15 20:24:27 +00:00
Since source.contains(':') can't be used for non-local path detection on Windows, we now use gix::url for parsing. It might be stricter, but I assume it would be more reliable. Closes #4188