pub fn resolve_all_revs(
    workspace_command: &WorkspaceCommandHelper,
    ui: &mut Ui,
    revisions: &[RevisionArg]
) -> Result<IndexSet<Commit>, CommandError>
Expand description

Resolves revsets into revisions for use; useful for rebases or operations that take multiple parents.