jj/lib/src
Yuya Nishihara b954bab0ca index: fix partial reindexing to not lose commits only reachable from one side
Spotted while adding error propagation there. This wouldn't likely be a real
problem because "jj debug reindex" removes all of the operation links.

The "} else {" condition is removed because it doesn't make sense to exclude
only the exact parent_op_id operation. This can be optimized to not walk
ancestors of the parent_op_id operation, but I don't see a motivation to add
tests covering such scenarios. It's pretty rare that an intermediate operation
link is missing.
2023-12-24 23:31:16 +09:00
..
default_index index: fix partial reindexing to not lose commits only reachable from one side 2023-12-24 23:31:16 +09:00
lock
protos
backend.rs
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs
dag_walk.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
signing.rs
simple_op_heads_store.rs
simple_op_store.rs
stacked_table.rs
store.rs
str_util.rs
submodule_store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs
working_copy.rs
workspace.rs