diff --git a/radicle-cli/src/commands/cob.rs b/radicle-cli/src/commands/cob.rs index 658ce85b..3a4f71af 100644 --- a/radicle-cli/src/commands/cob.rs +++ b/radicle-cli/src/commands/cob.rs @@ -116,6 +116,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> { .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)); }