318
318
self.assert_('\n+hello world!' in output)
319
319
output = self.runbzr('diff -r last:3..last:1', backtick=1, retcode=1)
320
320
self.assert_('\n+baz' in output)
322
326
def test_diff_branches(self):
323
327
self.build_tree(['branch1/', 'branch1/file', 'branch2/'])