ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 3fe6da1b51 repo_path: migrate parse_file_path() from ui
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.
2022-10-22 12:40:43 +09:00
..
src repo_path: migrate parse_file_path() from ui 2022-10-22 12:40:43 +09:00
tests repo: forbid checking out the root commit 2022-10-21 10:10:07 -07:00
build.rs
Cargo.toml cargo: bump serde_json from 1.0.86 to 1.0.87 2022-10-20 09:35:30 -07:00