modified Cargo.lock
@@ -2092,6 +2092,7 @@ name = "radicle-remote-helper"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-via-push.md
@@ -8,6 +8,7 @@ $ git checkout -b feature/1
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -72,6 +73,7 @@ simpler:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/create.rs
@@ -60,7 +60,6 @@ pub fn run(
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/src/terminal.rs
@@ -4,11 +4,12 @@ pub mod format;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/patch.rs
@@ -1,3 +1,5 @@
| + | |
| + | |
|
|
|
|
|
@@ -18,7 +20,13 @@ impl Message {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -68,7 +76,7 @@ pub fn message(title: &str, description: &str) -> String {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,7 +86,10 @@ pub fn get_message(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/Cargo.toml
@@ -17,6 +17,10 @@ version = "0"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -111,7 +111,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -8,12 +8,15 @@ use std::{io, process};
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +55,9 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -94,11 +100,11 @@ impl FromStr for Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,16 +154,15 @@ pub fn run<R: WriteRepository>(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,7 +187,7 @@ pub fn run<R: WriteRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,11 +204,12 @@ pub fn run<R: WriteRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -216,23 +222,37 @@ fn patch_open(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -271,10 +291,15 @@ fn patch_open(
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/lib.rs
@@ -20,6 +20,7 @@ pub use element::{Element, Line, Max, Size};
|
|
|
|
|
|
| + | |
|
|
|
|
|