REVIEW: separate out logic of ApplyError
1 failed
(1 total)
View logs
modified crates/radicle-cli/examples/rad-id-unauthorized-delegate.md
@@ -3,5 +3,6 @@ Alice has created a new repository `rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji` with only
|
|
|
|
|
|
| + | |
|
|
|
modified crates/radicle-cli/src/commands/id.rs
@@ -19,6 +19,7 @@ use crate::git::unified_diff::Encode as _;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -193,7 +194,14 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -420,6 +428,7 @@ fn update<R, G>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -428,7 +437,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -439,16 +448,31 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|