ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/tests
Martin von Zweigbergk c14e138698 cli: expand ~ in core.excludesFile, don't crash when missing
I thought that `std::fs::canonicalize()` expanded "~", but it doesn't
seem to do that, which caused #131. Git seems to do the expansion
itself, so we probably also should. More importantly
`std::fs::canonicalize()` crashes when the file doesn't exist. The
manual expansion we do now does not.

Closes #131.
2022-03-13 12:40:37 -07:00
..
smoke_test.rs
test_git_push.rs
test_gitignores.rs cli: expand ~ in core.excludesFile, don't crash when missing 2022-03-13 12:40:37 -07:00
test_global_opts.rs
test_init_command.rs
test_ui.rs
test_untrack_command.rs