1342
1342
install_bundle(target_repo, serializer.read(s))
1344
1344
self.addCleanup(target_repo.unlock)
1348
[('fileid-2', 'rev1', '1'),
1345
1350
self.assertEqual({'1':'contents1\nstatic\n',
1348
[('fileid-2', 'rev1', '1'), ('fileid-2', 'rev2', '2')])))
1349
1353
rtree = target_repo.revision_tree('rev2')
1350
1354
inventory_vf = target_repo.inventories
1351
1355
# If the inventory store has a graph, it must match the revision graph.