359
359
# There are no files on disk and no parents
360
360
tree = self.make_branch_and_tree('tree')
362
(('', '', tree.path2id('')), # common details
362
(('', '', tree.get_root_id()), # common details
363
363
[('d', '', 0, False, dirstate.DirState.NULLSTAT), # current tree
365
365
state = dirstate.DirState.from_tree(tree, 'dirstate')