jj/cli
Yuya Nishihara bb2b956419 cli: fix "jj config path" not create new file at default path
This patch adds simpler user/repo_config_path() accessors. existing_*_path()
are kinda implementation details (for testing), so they are now private methods.
new_user_config_path() will be removed later.
2024-12-15 16:36:29 +09:00
..
examples working_copy: plumbing to propagate untracked paths to caller 2024-12-11 20:19:51 +09:00
src cli: fix "jj config path" not create new file at default path 2024-12-15 16:36:29 +09:00
testing
tests cli: fix "jj config path" not create new file at default path 2024-12-15 16:36:29 +09:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE