To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1731.1.5
by Aaron Bentley
Restore test_patches_data
|
1
|
--- patches.py
|
2
|
+++ patches.py
|
3
|
@@ -391,6 +391,8 @@
|
4
|
else:
|
5
|
assert isinstance(hunk_line, RemoveLine)
|
6
|
line_no += 1
|
7
|
+ for line in orig_lines:
|
8
|
+ yield line
|
9
|
|
10
|
import unittest
|
11
|
import os.path
|
12
|
|