forked from mirrors/jj
37ba17589d
`SimpleOpHeadsStore` currently stores its files in `.jj/repo/op_heads/simple_op_heads/`. The `.jj/repo/op_heads/type` file indicates the type of op-heads backend. If that contains "simple_op_head_store", we use the `SimpleOpHeadsStore` backend. There's no need for the `simple_op_heads` directory to also indicate the type of backend in its name. I kept just the `heads` in the name to make it less redundant with the parent directory (which is `op_heads)`. We could alternatively call the directory `values` or similar. |
||
---|---|---|
.. | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |