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 tests: set user and email in e2e tests 2022-03-10 12:38:07 -08:00
test_git_push.rs cli: when pushing all branches (the default), skip open commit 2022-03-12 10:46:58 -08:00
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 tests: set user and email in e2e tests 2022-03-10 12:38:07 -08:00
test_init_command.rs cli: when initializing repo backed by Git repo, check out Git's HEAD 2022-03-10 12:53:40 -08:00
test_ui.rs cli: parse file names as relative and using platform separator 2021-06-09 22:56:02 -07:00
test_untrack_command.rs cli: clarify error message when jj untrack argument is not ignored 2022-03-02 22:43:09 -08:00