ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Martin von Zweigbergk d6fcf4c7b2 repo: load correct OpHeadsStore depending on repo's type
We forgot to actually call `StoreFactories::load_op_heads_store()` to
load the right type of `OpHeadsStore` depending on the contents of
`.jj/repo/op_heads/type`. That shouldn't have any effect yet since we
only have one type so far, and there are no out-of-tree types yet
either (clearly, since they would not work).
2022-12-31 01:22:29 -08:00
..
protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
backend.rs backend: deduplicate id type declarations by using declarative macro 2022-12-23 23:52:03 +09:00
commit.rs
commit_builder.rs repo: add MutableRepo::new_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
conflicts.rs
content_hash.rs
dag_walk.rs
diff.rs
file_util.rs
files.rs
git.rs git: diff refs to export without building dummy view 2022-12-25 00:11:14 +09:00
git_backend.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
gitignore.rs
index.rs
index_store.rs
legacy_thrift_op_store.rs
lib.rs
local_backend.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
lock.rs
matchers.rs matchers: rename Dirs to RepoPathTree as it no longer represents directory 2022-12-30 14:15:27 +09:00
nightly_shims.rs
op_heads_store.rs op_heads_store: give the OpHeadsStore factory semantics 2022-12-16 10:47:48 -08:00
op_store.rs
operation.rs
proto_op_store.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
refs.rs jj git push: Make sure each branch is processed at most once 2022-12-21 00:52:17 -08:00
repo.rs repo: load correct OpHeadsStore depending on repo's type 2022-12-31 01:22:29 -08:00
repo_path.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
revset.pest revset: parse hg/git-like '^' postfix operator and show hint 2022-12-23 00:38:29 +09:00
revset.rs revset: parse hg/git-like '^' postfix operator and show hint 2022-12-23 00:38:29 +09:00
revset_graph_iterator.rs
rewrite.rs repo: add MutableRepo::rewrite_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
settings.rs cli: when config is invalid, use default config 2022-12-24 07:07:37 -08:00
simple_op_heads_store.rs op_heads_store: give the OpHeadsStore factory semantics 2022-12-16 10:47:48 -08:00
simple_op_store.rs
simple_op_store_model.rs
simple_op_store_model.thrift
stacked_table.rs
store.rs store: propagate error from Backend::write_commit() 2022-12-26 23:30:52 -08:00
transaction.rs
tree.rs
tree_builder.rs
view.rs
working_copy.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
workspace.rs store: propagate error from Backend::write_commit() 2022-12-26 23:30:52 -08:00