pub fn edit_multiple_descriptions(
ui: &Ui,
editor: &TextEditor,
tx: &WorkspaceCommandTransaction<'_>,
commits: &[(&CommitId, Commit)],
) -> Result<ParsedBulkEditMessage<CommitId>, CommandError>Expand description
Edits the descriptions of the given commits in a single editor session.