Files
@ e025863fae9c
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
e025863fae9c
4.4 KiB
image/svg+xml
diffs: avoid extra copy of diff when trying to create a lazy diff line iterator
Make the generator actually be lazy and avoid creating an extra full copy of
all the lines in a file diff at once.
And consistently call it diff_lines.
Make the generator actually be lazy and avoid creating an extra full copy of
all the lines in a file diff at once.
And consistently call it diff_lines.