259
259
output = self.run_bzr('diff -r 1.. branch1', retcode=1)
260
260
self.assertContainsRe(output[0], '\n\\-original line\n\\+new line\n')
262
270
def test_diff_across_rename(self):
263
271
"""The working tree path should always be considered for diffing"""
264
272
tree = self.make_example_branch()