modified radicle-cli/examples/rad-patch-via-push.md
@@ -9,10 +9,9 @@ Switched to a new branch 'feature/1'
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -9,7 +9,7 @@ mod push;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,6 +86,10 @@ pub struct Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -227,3 +231,8 @@ pub(crate) fn read_line<'a>(stdin: &io::Stdin, line: &'a mut String) -> io::Resu
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-remote-helper/src/push.rs
@@ -21,7 +21,7 @@ use radicle::Profile;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,14 +248,14 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -291,8 +291,8 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -397,8 +397,9 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/src/format.rs
@@ -32,6 +32,10 @@ pub fn yellow<D: std::fmt::Display>(msg: D) -> Paint<D> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/src/io.rs
@@ -178,7 +178,7 @@ pub fn error(error: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|