modified crates/radicle-cli/src/commands/issue.rs
@@ -824,7 +824,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/ls.rs
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -155,7 +156,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node.rs
@@ -11,6 +11,7 @@ use radicle::node::routing::Store;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -310,7 +311,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node/control.rs
@@ -304,7 +304,7 @@ pub fn status(node: &Node, profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/list.rs
@@ -7,6 +7,7 @@ use radicle::prelude::*;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,7 +86,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/remote/list.rs
@@ -5,7 +5,7 @@ use radicle::identity::{Did, RepoId};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +101,7 @@ pub fn print_tracked<'a>(tracked: impl Iterator<Item = &'a Tracked>) -> anyhow::
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,6 @@ pub fn print_untracked<'a>(untracked: impl Iterator<Item = &'a Untracked>) -> an
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified crates/radicle-cli/src/commands/self.rs
@@ -4,6 +4,7 @@ use radicle::crypto::ssh;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -210,7 +211,7 @@ fn all(profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync.rs
@@ -404,7 +404,7 @@ fn sync_status(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal.rs
@@ -161,11 +161,3 @@ pub fn fail(_name: &str, error: &anyhow::Error) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified crates/radicle-cli/src/terminal/patch.rs
@@ -317,7 +317,7 @@ pub fn list_commits(commits: &[git::raw::Commit]) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|