modified rad-patch.1.adoc
@@ -22,6 +22,7 @@ rad-patch - Manage radicle patches.
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -79,6 +80,13 @@ to *open*.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -166,6 +174,9 @@ upstream set. In the above example, we used the *--force* option, since the
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch.rs
@@ -50,6 +50,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -95,6 +96,7 @@ pub enum OperationName {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -152,6 +154,9 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -259,6 +264,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -275,6 +281,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -316,6 +323,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -381,6 +391,15 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/checkout.rs
@@ -36,7 +36,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -327,7 +327,7 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -324,6 +324,7 @@ pub fn setup_patch_upstream<'a>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -347,7 +348,7 @@ pub fn setup_patch_upstream<'a>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|