pub fn create_tree(
    repo: &ReadonlyRepo,
    path_contents: &[(&RepoPath, &str)]
) -> Tree