1 2 3 4 5 6 7 8 9 10 11 12
--- patches.py +++ patches.py @@ -391,6 +391,8 @@ else: assert isinstance(hunk_line, RemoveLine) line_no += 1 + for line in orig_lines: + yield line import unittest import os.path
Loggerhead is a web-based interface for Breezy Version: 2.0.1