Submitter | phabricator |
---|---|
Date | April 5, 2022, 6:26 p.m. |
Message ID | <differential-rev-PHID-DREV-vkzaxofr3hutqn7cyngs-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50787/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/tests/test-revert-interactive-curses.t b/tests/test-revert-interactive-curses.t --- a/tests/test-revert-interactive-curses.t +++ b/tests/test-revert-interactive-curses.t @@ -68,6 +68,5 @@ $ do_revert reverting a $ cat a - 0 (wdir known-bad-output !) 0 (no-eol) diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -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:])