diff --git a/radicle-cli/examples/rad-patch.md b/radicle-cli/examples/rad-patch.md index e979a8f2..3637e8dc 100644 --- a/radicle-cli/examples/rad-patch.md +++ b/radicle-cli/examples/rad-patch.md @@ -57,6 +57,7 @@ $ rad patch define power requirements d4ef85f57a8 R0 3e674d1 (flux-capacitor-power) ahead 1, behind 0 └─ * opened by z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (you) [..] +└─ * patch id d4ef85f57a849bd845915d7a66a2192cd23811f6 - OTHERS PROPOSED - diff --git a/radicle-cli/src/commands/patch/list.rs b/radicle-cli/src/commands/patch/list.rs index a19b7734..81dcfc67 100644 --- a/radicle-cli/src/commands/patch/list.rs +++ b/radicle-cli/src/commands/patch/list.rs @@ -112,6 +112,7 @@ fn print( common::pretty_sync_status(storage.raw(), *revision.oid, target_head)?, ); term::info!("{}", author_info.join(" ")); + term::info!("{prefix}* patch id {}", term::format::highlight(patch_id)); let mut timeline = Vec::new(); for merge in revision.merges.iter() {