/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_patches_data/diff-2

  • Committer: Aaron Bentley
  • Date: 2008-10-16 21:27:10 UTC
  • mfrom: (0.15.26 unshelve)
  • mto: (0.16.74 shelf-ui)
  • mto: This revision was merged to the branch mainline in revision 3820.
  • Revision ID: aaron@aaronbentley.com-20081016212710-h9av3nhk76dvmsv5
Merge with unshelve

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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