Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Print the identity parent in `cob show`
cloudhead committed 2 years ago
commit fe5d473af7065d6aed1c7761c7c68c71e378456b
parent 8cae60371cf36fcb42f5c207a03f2c8a26000051
1 file changed +1 -0
modified 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));
                }