radicle-heartwood-lfs/crates/radicle-cli/src/commands
Lorenz Leutgeb 998ff91e2c cli/id: Print Parent of Revision
When delegates collaborate on the repository identity, their voting
narrows the tree of active proposals to the chain of accepted
proposals. Thus, they crucially must understand which proposals are
siblings, i.e., which proposals share the same parent, because no
two sibling proposals should ever be accepted at the same time, as
this would mean a fork.

To ease collaboration of delegates and improve their overview, also
print the parent revision, if present. Note that the initial revision
is the only revision that has no parent.
2026-05-22 09:09:01 +01:00
..
auth cli/help: remove the help module 2025-11-01 11:20:43 +01:00
block rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
checkout cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clean cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clone rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
cob treewide: Spelling 2026-04-30 15:50:29 -04:00
config cli/config: Obsolete `{get,set,push,remove,unset}` 2026-04-22 15:45:57 +01:00
debug cli/help: remove the help module 2025-11-01 11:20:43 +01:00
follow cli/help: remove the help module 2025-11-01 11:20:43 +01:00
fork cli: Rename all `RepoId` args to `repo` 2026-04-17 17:09:15 +01:00
id treewide: Spelling 2026-04-30 15:50:29 -04:00
inbox treewide: Spelling 2026-04-30 15:50:29 -04:00
init treewide: Spelling 2026-04-30 15:50:29 -04:00
inspect cli/help: remove the help module 2025-11-01 11:20:43 +01:00
issue term: Rename print to println 2026-04-29 10:57:24 +02:00
ls cli/help: remove the help module 2025-11-01 11:20:43 +01:00
node rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
patch rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
path cli/help: remove the help module 2025-11-01 11:20:43 +01:00
publish cli: Rename all `RepoId` args to `repo` 2026-04-17 17:09:15 +01:00
remote radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
seed Use humantime to parse timeouts 2026-03-17 11:39:09 +00:00
self cli/help: remove the help module 2025-11-01 11:20:43 +01:00
stats cli/help: remove the help module 2025-11-01 11:20:43 +01:00
sync cli: Rename all `RepoId` args to `repo` 2026-04-17 17:09:15 +01:00
unblock cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unfollow cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unseed cli/help: remove the help module 2025-11-01 11:20:43 +01:00
watch Use humantime to parse timeouts 2026-03-17 11:39:09 +00:00
auth.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
block.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
checkout.rs treewide: Spelling 2026-04-30 15:50:29 -04:00
clean.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clone.rs radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
cob.rs cli/cob: Remove check of `BrokenPipe` 2026-04-29 10:57:24 +02:00
config.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
debug.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
diff.rs cli/diff: Use clap 2025-10-15 10:30:34 +02:00
follow.rs radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
fork.rs cli: Deduplicate RID Argument Handling 2026-04-17 17:09:15 +01:00
id.rs cli/id: Print Parent of Revision 2026-05-22 09:09:01 +01:00
inbox.rs workspace/rust: 1.90 → 1.95 2026-05-11 12:09:04 +01:00
init.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
inspect.rs term: Rename print_inline to print 2026-04-29 10:57:24 +02:00
issue.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
ls.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
node.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
patch.rs cli: Deduplicate RID Argument Handling 2026-04-17 17:09:15 +01:00
path.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
publish.rs cli: Deduplicate RID Argument Handling 2026-04-17 17:09:15 +01:00
remote.rs cli: Deduplicate RID Argument Handling 2026-04-17 17:09:15 +01:00
seed.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
self.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
stats.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
sync.rs term: Rename print to println 2026-04-29 10:57:24 +02:00
unblock.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unfollow.rs radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
unseed.rs radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
watch.rs treewide: Avoid `git2::Oid::zero` 2026-04-28 14:35:38 +02:00