Function jujutsu_lib::revset::revset_for_commits[][src]

pub fn revset_for_commits<'revset, 'repo: 'revset>(
    repo: RepoRef<'repo>,
    commits: &[&Commit]
) -> Box<dyn Revset<'repo> + 'revset>