jj/lib/src
Martin von Zweigbergk bc9f66dad3 revset: replace RevsetIterator wrapper by extension
The type doesn't seem to provide any benefit. I don't think I had a
good reason for creating it in the first place; it was probably just
unfamiliarity with Rust.
2023-02-19 21:37:26 -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
commit_builder.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00
conflicts.rs conflicts: preserve order of adds in materialized conflict 2023-02-18 22:01:25 -08:00
content_hash.rs
dag_walk.rs
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
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
nightly_shims.rs
op_heads_store.rs
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: replace RevsetIterator wrapper by extension 2023-02-19 21:37:26 -08:00
revset_graph_iterator.rs revset: replace RevsetIterator wrapper by extension 2023-02-19 21:37:26 -08:00
rewrite.rs revset: replace RevsetIterator wrapper by extension 2023-02-19 21:37:26 -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_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: make conflict_term_to_conflict() take a TreeValue 2023-02-18 00:09:51 -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