jj/lib
Martin von Zweigbergk 9c30d7500b testutils: delete bool-typed init() in favor of enum-typed version
It makes the call sites clearer if we pass the `TestRepoBackend` enum
instead of the boolean `use_git` value. It's also more extensible (I
plan to add another backend for tests).
2023-09-18 07:15:37 -07:00
..
benches
gen-protos Use { workspace = true } to appease VS Code's Cargo.toml parser 2023-08-22 21:38:53 -07:00
src repo_path: avoid repeated copying of PathBuf in to_fs_path() 2023-09-09 08:43:29 -07:00
tests testutils: delete bool-typed init() in favor of enum-typed version 2023-09-18 07:15:37 -07:00
testutils testutils: delete bool-typed init() in favor of enum-typed version 2023-09-18 07:15:37 -07:00
Cargo.toml merged_tree: add diff iterator 2023-08-25 06:40:36 -07:00