pub fn previous_branches(
    repo: Repository,
    out: impl Write,
    format: OutputFormat
) -> Result<()>