jj/lib/src
Martin von Zweigbergk e5a28996b4 tree: specialize and inline tree_value_to_conflict()
It seems that this function didn't serve the purpose I intended it to;
we only passed in `TreeValue::Conflict` variants to it.
2023-06-13 08:49:46 +02:00
..
lock
protos
backend.rs
commit.rs
commit_builder.rs
conflicts.rs conflicts: remove ConflictId from update_conflict_from_content() 2023-06-13 08:49:46 +02:00
content_hash.rs
dag_walk.rs dag_walk: add lazy topo-order iterator for chronological data 2023-06-11 11:38:03 +09:00
default_index_store.rs
default_revset_engine.rs
default_revset_graph_iterator.rs
diff.rs
file_util.rs
files.rs
git.rs revset: allow checking out git-tracking (@git) branches 2023-06-12 14:31:44 -07:00
git_backend.rs
gitignore.rs
hex_util.rs
id_prefix.rs
index.rs
lib.rs
local_backend.rs
lock.rs
matchers.rs
merge.rs
nightly_shims.rs
op_heads_store.rs
op_store.rs
operation.rs operation: iterate ancestors incrementally with timestamp-based heuristic 2023-06-11 11:38:03 +09:00
refs.rs
repo.rs dag_walk: extract topo-order helper that doesn't reverse the result 2023-06-11 11:38:03 +09:00
repo_path.rs
revset.pest
revset.rs revsets: stop jj parsing br as a git_ref refs/heads/br 2023-06-12 14:31:44 -07:00
rewrite.rs
settings.rs feat(diff): add ui.diff-instructions option to suppress JJ-INSTRUCTIONS file 2023-06-06 22:43:14 -07:00
simple_op_heads_store.rs
simple_op_store.rs
stacked_table.rs
store.rs store: do conversion to/from backend::Conflict 2023-06-04 06:48:34 -07:00
transaction.rs cli: in jj git push, create transaction in a single place 2023-06-04 20:50:11 -07:00
tree.rs tree: specialize and inline tree_value_to_conflict() 2023-06-13 08:49:46 +02:00
tree_builder.rs
view.rs
working_copy.rs conflicts: remove ConflictId from update_conflict_from_content() 2023-06-13 08:49:46 +02:00
workspace.rs