changeset 49099 | 079197e94b24 |
parent 49037 | 642e31cb55f0 |
child 50409 | 29d7a5a8b8c6 |
--- a/mercurial/crecord.py Tue Apr 05 11:09:57 2022 -0700 +++ b/mercurial/crecord.py Mon Apr 04 18:05:33 2022 -0700 @@ -505,7 +505,7 @@ text = line.linetext if line.linetext == diffhelper.MISSING_NEWLINE_MARKER: noeol = True - break + continue if line.applied: if text.startswith(b'+'): dels.append(text[1:])