jj/lib/src/default_index
Yuya Nishihara 895eead4b8 revset: add diff_contains(text[, files]) to search diffs
The text pattern is applied prior to comparison as we do in Mercurial. This
might affect hunk selection, but is much faster than computing diff of full
file contents. For example, the following hunk wouldn't be caught by
diff_contains("a") because the line "b\n" is filtered out:

    - a
      b
    + a

Closes #2933
2024-07-18 01:01:16 +09:00
..
composite.rs
entry.rs
mod.rs
mutable.rs
readonly.rs
rev_walk.rs
revset_engine.rs revset: add diff_contains(text[, files]) to search diffs 2024-07-18 01:01:16 +09:00
revset_graph_iterator.rs revset_graph: rename to graph and make generic over graph node type 2024-05-31 02:39:34 +08:00
store.rs