1017
1017
this.tt.new_file('h', this.root, '1\n2\n3\n4\n', 'h')
1018
1018
this.tt.new_file('i', this.root, '1\n2\n3\n4\n', 'i')
1020
merger = Merge3Merger(this.wt, this.wt, base.wt, other.wt)
1020
Merge3Merger(this.wt, this.wt, base.wt, other.wt)
1024
1023
self.assertEqual(this.wt.get_file('a').read(), 'y\nb\nc\nd\bz\n')