ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Martin von Zweigbergk 002ec1ac68 revset: move internal_evaluate() onto new context type
I'm about to replace the `&dyn Repo` argument by several smaller
types, and it's easier to collect those in a single context type than
to pass them separately as arguments.

I also moved `revset_for_commit_ids()` and `take_latest_revset()` onto
the new type because it was easy. `build_predicate_fn()` and
`has_diff_from_parent()` ran into some lifetime issue when I tried.
2023-03-30 20:15:45 -07: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 lib: add Commit::is_discardable() 2023-03-05 23:50:20 +01:00
commit_builder.rs commit_builder: add accessors for most fields 2023-03-19 00:48:05 -07:00
conflicts.rs conflicts: in materialize_merge_result(), always use adds.get(index) 2023-02-24 19:58:10 +09:00
content_hash.rs
dag_walk.rs
default_index_store.rs revset: add latest(candidates, count) predicate 2023-03-25 23:48:50 +09:00
default_revset_engine.rs revset: move internal_evaluate() onto new context type 2023-03-30 20:15:45 -07:00
default_revset_graph_iterator.rs revset: pass IndexEntry iterator to graph iterator 2023-03-23 21:58:15 -07:00
diff.rs diff: Treat multi-byte UTF-8 runes as word characters 2023-03-30 00:06:56 +09:00
file_util.rs
files.rs
git.rs git: use our own default refspec 2023-03-02 10:09:08 +01:00
git_backend.rs backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
gitignore.rs
hex_util.rs
index.rs index: make topo_order() return commit ids instead of index entries 2023-03-24 10:09:40 -07:00
lib.rs op_store: inline ProtoOpStore into SimpleOpStore 2023-03-30 20:00:33 -07: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
operation.rs
refs.rs
repo.rs repo: move IdIndex to revset engine 2023-03-23 20:49:15 -07:00
repo_path.rs
revset.pest revset: ignore all ascii whitespace characters 2023-03-04 00:01:54 +09:00
revset.rs revset: remove public_heads() 2023-03-30 20:15:45 -07:00
rewrite.rs revset: iterate over commit ids instead of index entries 2023-03-23 21:58:15 -07:00
settings.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
simple_op_heads_store.rs op_heads_store: let caller create initial operation 2023-02-28 08:08:31 -08:00
simple_op_store.rs op_store: inline ProtoOpStore into SimpleOpStore 2023-03-30 20:00:33 -07:00
stacked_table.rs
store.rs store: remove obsolete comment about root commit 2023-03-02 12:33:11 -08:00
transaction.rs index: extract a ReadonlyIndex trait 2023-03-11 22:22:46 -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
working_copy.rs
workspace.rs index: merge index_store.rs into index.rs 2023-03-11 22:22:46 -08:00