61
61
tree = self.make_branch_and_tree('from')
62
62
if not tree._format.supports_versioned_directories:
63
63
self.skipTest('format does not support custom root ids')
65
65
self.build_tree(['from/file'])
68
68
to_tree = tree.controldir.sprout('to').open_workingtree()
69
69
self.assertEqual('first_root_id', to_tree.get_root_id())
72
72
to_tree.pull(tree.branch)
73
73
self.assertEqual('second_root_id', to_tree.get_root_id())