74
74
# a-rev-tree is special because it appears in both the revision
75
75
# tree and the working tree
76
76
self.build_tree_contents([('a-rev-tree', 'foo\n'),
77
('c-rev', 'baz\n'), ('d-rev', 'bar\n')])
77
('c-rev', 'baz\n'), ('d-rev', 'bar\n'), ('e-rev', 'qux\n')])
80
tree.add(['a-rev-tree', 'c-rev', 'd-rev', 'e-rev'])
82
82
# remove currently uses self._write_inventory -
83
83
# work around that for now.
86
86
tree.rename_one('a-rev-tree', 'b-tree')
87
87
tree.rename_one('c-rev', 'a-rev-tree')
89
92
# calling bzr as another process require free lock on win32