jj/lib/src
Martin von Zweigbergk 92f9fe5a1b tree: make conflict_term_to_conflict() take a TreeValue
The function only needs the `TreeValue` so it makes more sense this
way, I think. That will also let the caller keep the rest of the
`Conflict` value owned (though there is nothing but the `value` field
in it right now).
2023-02-18 00:09:51 -08:00
..
protos backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
backend.rs backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -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 backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
content_hash.rs style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
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: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
gitignore.rs gitignore: any character can be backslash-escaped 2023-01-16 21:35:54 +01:00
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: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -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 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 style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
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: make conflict_term_to_conflict() take a TreeValue 2023-02-18 00:09:51 -08:00
tree_builder.rs cargo +nightly clippy --fix --workspace with today's nightly 2023-01-07 15:29:19 -08:00
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