Changeset - fbb992c719aa
default
0
3
0
diff: don't split lines on bare CR as python splitlines do
The line count from the @@ lines and the actual count would get out of sync and
an incomplete diff would be shown.
This is slower than native splitlines ... but that is what it takes to handle
it correctly. (Except that we perhaps could use .split('\n') and patch the
result ...)
The line count from the @@ lines and the actual count would get out of sync and
an incomplete diff would be shown.
This is slower than native splitlines ... but that is what it takes to handle
it correctly. (Except that we perhaps could use .split('\n') and patch the
result ...)
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)