pub fn merge_commit_trees(
    repo: &dyn Repo,
    commits: &[Commit]
) -> BackendResult<MergedTree>