pub fn find_recursive_merge_commits( store: &Arc<Store>, index: &dyn Index, commit_ids: Vec<CommitId>, ) -> BackendResult<Merge<CommitId>>
Find the commits to use as input to the recursive merge algorithm.