ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Martin von Zweigbergk 6bfd618275 workspace: load working copy implementation dynamically
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.
2023-10-16 22:33:44 -07:00
..
lock
protos op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
backend.rs
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs
dag_walk.rs
default_index_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
default_revset_engine.rs
default_revset_graph_iterator.rs
default_submodule_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
diff.rs
file_util.rs
files.rs
fmt_util.rs
fsmonitor.rs
git.rs git: on import_refs(), respect tracking state of existing remote refs 2023-10-16 23:21:05 +09:00
git_backend.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
gitignore.rs
hex_util.rs
id_prefix.rs
index.rs
lib.rs
local_backend.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
local_working_copy.rs workspace: load working copy implementation dynamically 2023-10-16 22:33:44 -07:00
lock.rs
matchers.rs
merge.rs
merged_tree.rs
op_heads_store.rs
op_store.rs git: on import_refs(), respect tracking state of existing remote refs 2023-10-16 23:21:05 +09:00
operation.rs
refs.rs
repo.rs workspace: load working copy implementation dynamically 2023-10-16 22:33:44 -07:00
repo_path.rs
revset.pest
revset.rs view: make get_remote_branch() return RemoteRef instead of RefTarget 2023-10-16 05:12:19 +09:00
revset_graph.rs
rewrite.rs
settings.rs
simple_op_heads_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
simple_op_store.rs op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
stacked_table.rs
store.rs
submodule_store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs view: add tracking state to RemoteRef 2023-10-16 23:21:05 +09:00
working_copy.rs working copy: pass commit instead of tree into check_out() 2023-10-16 22:33:44 -07:00
workspace.rs workspace: load working copy implementation dynamically 2023-10-16 22:33:44 -07:00