62
62
self.assertEquals(rev.parent_ids,
67
65
def test_merge_new_file(self):
68
66
"""Commit merge of two trees with no overlapping files."""
69
67
self.build_tree(['x/', 'x/ecks', 'y/', 'y/why'])
71
69
bx = Branch.initialize('x')
72
70
by = Branch.initialize('y')
76
74
commit(bx, 'commit one', rev_id='x@u-0-1', allow_pointless=True)
77
75
commit(by, 'commit two', rev_id='y@u-0-1', allow_pointless=True)