Show More
@@ -505,7 +505,7 b' class uihunk(patchnode):' | |||||
505 | text = line.linetext |
|
505 | text = line.linetext | |
506 | if line.linetext == diffhelper.MISSING_NEWLINE_MARKER: |
|
506 | if line.linetext == diffhelper.MISSING_NEWLINE_MARKER: | |
507 | noeol = True |
|
507 | noeol = True | |
508 |
|
|
508 | continue | |
509 | if line.applied: |
|
509 | if line.applied: | |
510 | if text.startswith(b'+'): |
|
510 | if text.startswith(b'+'): | |
511 | dels.append(text[1:]) |
|
511 | dels.append(text[1:]) |
General Comments 0
You need to be logged in to leave comments.
Login now