305
305
builder.build_snapshot(None, [
306
306
('add', ('', 'root-id', 'directory', ''))],
308
308
# Add a minimal base content
309
309
base_actions = self._get_actions(self._base_actions)()
311
311
# Modify the base content in branch
312
312
actions_other = self._get_actions(self._other['actions'])()
314
314
# Modify the base content in trunk
315
315
actions_this = self._get_actions(self._this['actions'])()
317
317
# builder.get_branch() tip is now 'this'