.to_rfc2822();
term::print(term::format::yellow(format!("commit {}", op.id)));
term::print(term::format::tertiary(format!("parent {}", op.identity)));
for parent in op.parents {
term::print(format!("parent {}", parent));
}