mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
3fe6da1b51
It seems a bit invasive that RepoPath constructor processes an environment like cwd, but we need an unmodified input string to build a readable error. The error could be rewrapped at cli boundary, but I don't think it would worth inserting indirection just for that. I made s/file_path/fs_path/ change because there's already to_fs_path() function, and "file path" in RepoPath context may be ambiguous. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |