mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 02:21:12 +00:00
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.