/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:37:21 UTC
  • mfrom: (0.12.63 shelf-manager)
  • mto: This revision was merged to the branch mainline in revision 3823.
  • Revision ID: aaron@aaronbentley.com-20081016213721-4evccj16q9mb05uf
Merge with shelf-manager

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