pub fn read_change_proposal_markdown(
repo: &impl ChangeRepository,
change_id: &str,
) -> CoreResult<Option<String>>Expand description
Read the proposal markdown for a change id.
pub fn read_change_proposal_markdown(
repo: &impl ChangeRepository,
change_id: &str,
) -> CoreResult<Option<String>>Read the proposal markdown for a change id.