83
83
def test_dotted_revno_tree(self):
84
84
builder = self.make_branch_builder('branch')
87
87
('add', ('', 'root-id', 'directory', None)),
88
('add', ('file', 'file-id', 'file', 'content\n'))])
90
builder.build_snapshot('C-id', ['A-id', 'B-id'], [])
88
('add', ('file', 'file-id', 'file', 'content\n'))],
91
builder.build_snapshot(['A-id', 'B-id'], [], revision_id='C-id')
93
94
co_b = b.create_checkout('checkout_b', lightweight=True,