remote-helper: Accept revision for `patch.base`
modified radicle-cli/examples/rad-patch-ahead-behind.md
@@ -123,7 +123,7 @@ If we want to instead create a "stacked" patch, we can do so with the
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -13,6 +13,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,6 +26,9 @@ use radicle_cli::terminal as cli;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -70,7 +74,7 @@ pub struct Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +142,8 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -309,7 +309,7 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -425,7 +425,7 @@ fn patch_update<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|