jj/cli
Yuya Nishihara ec709e7f8b diff: rely on emptiness of unified hunk lines whether to append "after" context
show_context_after was set once when DiffHunk::Different received, and was
never turned off. This means DiffHunk::Matching is not supposed to repeat.
Under this condition, we can assume that removed/added lines exist if lines
isn't empty.
2024-07-02 18:49:52 +09:00
..
examples revset: drop Eq/PartialEq from RevsetExpression and related types 2024-06-28 10:28:51 +09:00
src diff: rely on emptiness of unified hunk lines whether to append "after" context 2024-07-02 18:49:52 +09:00
testing fake-editor: replace expectpath with dump-path 2024-07-02 11:15:44 +10:00
tests tests: add test for leading/trailing diff context lines 2024-07-02 18:49:52 +09:00
build.rs
Cargo.toml cli: implement enough of jj fix to run a single tool on all files 2024-06-04 14:28:21 -05:00
LICENSE