forked from mirrors/jj
6bfd618275
This makes `Workspace::load()` look a new `.jj/working_copy/type` file in order to load the right working copy implementation, just like `Repo::load()` picks the right backends based on `.jj/store/type`, `.jj/op_store/type`, etc. We don't write the file yet, and we don't have a way of adding alternative working copy implementations, so it will always be `LocalWorkingCopy` for now. |
||
---|---|---|
.. | ||
lock | ||
protos | ||
backend.rs | ||
commit.rs | ||
commit_builder.rs | ||
conflicts.rs | ||
content_hash.rs | ||
dag_walk.rs | ||
default_index_store.rs | ||
default_revset_engine.rs | ||
default_revset_graph_iterator.rs | ||
default_submodule_store.rs | ||
diff.rs | ||
file_util.rs | ||
files.rs | ||
fmt_util.rs | ||
fsmonitor.rs | ||
git.rs | ||
git_backend.rs | ||
gitignore.rs | ||
hex_util.rs | ||
id_prefix.rs | ||
index.rs | ||
lib.rs | ||
local_backend.rs | ||
local_working_copy.rs | ||
lock.rs | ||
matchers.rs | ||
merge.rs | ||
merged_tree.rs | ||
op_heads_store.rs | ||
op_store.rs | ||
operation.rs | ||
refs.rs | ||
repo.rs | ||
repo_path.rs | ||
revset.pest | ||
revset.rs | ||
revset_graph.rs | ||
rewrite.rs | ||
settings.rs | ||
simple_op_heads_store.rs | ||
simple_op_store.rs | ||
stacked_table.rs | ||
store.rs | ||
submodule_store.rs | ||
transaction.rs | ||
tree.rs | ||
tree_builder.rs | ||
view.rs | ||
working_copy.rs | ||
workspace.rs |