jj/lib/src
Martin von Zweigbergk 7f334656b1 tree: return early when trying to resolve modify/delete conflict
Modify/delete conflicts cannot be automatically resolved, so there's
no point in wasting resources calculating the diff(s).
2023-02-17 22:05:44 -08:00
..
protos git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
backend.rs backend: let backend decide length of change id 2023-02-07 22:31:34 -08:00
commit.rs repo: inline single-caller, and surprising, Commit::is_empty() 2023-01-28 15:54:03 -08:00
commit_builder.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00
conflicts.rs
content_hash.rs
dag_walk.rs dag_walk: delete unused common_ancestor() 2023-01-29 10:42:11 -08:00
diff.rs
file_util.rs
files.rs
git.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00
git_backend.rs backend: let backend decide length of change id 2023-02-07 22:31:34 -08:00
gitignore.rs
hex_util.rs revset: allow resolving change id using hex digits from reverse alphabet 2023-02-13 22:49:21 -08:00
index.rs index: delete IndexRef, use Index trait 2023-02-14 06:51:49 -08:00
index_store.rs index: extract a trait for the index 2023-02-14 06:51:49 -08:00
legacy_thrift_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
lib.rs revset: allow resolving change id using hex digits from reverse alphabet 2023-02-13 22:49:21 -08:00
local_backend.rs backend: let backend decide length of change id 2023-02-07 22:31:34 -08:00
lock.rs
matchers.rs
nightly_shims.rs
op_heads_store.rs refactor: use #[from] on error alternative 2023-01-21 09:46:54 +01:00
op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
operation.rs
proto_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
refs.rs index: delete IndexRef, use Index trait 2023-02-14 06:51:49 -08:00
repo.rs repo: replace RepoRef by Repo trait 2023-02-15 19:15:17 -08:00
repo_path.rs
revset.pest revset: parse keyword arguments, accept remote_branches(remote=needle) 2023-02-09 12:11:58 +09:00
revset.rs revset: clean up 'revset lifetimes on dyn Revset 2023-02-17 07:52:17 -08:00
revset_graph_iterator.rs revset: rename 'repo lifetime to the more accurate 'index 2023-02-17 07:52:17 -08:00
rewrite.rs repo: replace RepoRef by Repo trait 2023-02-15 19:15:17 -08:00
settings.rs Rename ui.relative-timestamps to ui.oplog-relative-timestamps 2023-02-15 21:26:14 -08:00
simple_op_heads_store.rs simple_op_heads_store: rename storage directory 2023-01-25 09:22:38 -08:00
simple_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
simple_op_store_model.rs
simple_op_store_model.thrift
stacked_table.rs
store.rs backend: let backend decide length of change id 2023-02-07 22:31:34 -08:00
transaction.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00
tree.rs tree: return early when trying to resolve modify/delete conflict 2023-02-17 22:05:44 -08:00
tree_builder.rs
view.rs index: delete IndexRef, use Index trait 2023-02-14 06:51:49 -08:00
working_copy.rs working_copy: write tree_state file on init 2023-01-29 20:01:22 -08:00
workspace.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00