modified radicle-cli/examples/rad-issue.md
@@ -51,8 +51,8 @@ Let's assign ourselves to this one, this is to ensure work is not
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -69,7 +69,7 @@ $ rad issue list --assigned
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,9 +78,9 @@ But wait! We've found an important detail about the car's power requirements.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-draft.md
@@ -36,7 +36,7 @@ $ rad patch show 193a2540ded82245b49971de8afc89a129502c6d
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -60,7 +60,7 @@ If for whatever reason, it needed to go back into draft mode, we could use
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-update.md
@@ -46,7 +46,7 @@ Now, instead of using `git push` to update the patch, as we normally would,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch.md
@@ -93,8 +93,8 @@ We can also label patches as well as assign DIDs to the patch to help
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -134,12 +134,12 @@ To rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkE
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,7 +154,7 @@ $ rad patch checkout 6ff4f09
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -186,7 +186,7 @@ $ rad patch show 6ff4f09
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-review-by-hunk.md
@@ -70,7 +70,7 @@ Finally, we do a review of the patch by hunk. The output of this command should
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +116,7 @@ rename to notes/INSTRUCTIONS.txt
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,7 +127,7 @@ index 7937fb3..0000000
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +138,7 @@ index 0000000..2b5bd86
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -153,7 +153,7 @@ index 867958c..3af9741 100644
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,7 +169,7 @@ index 4e2e828..3af9741 100644
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -178,7 +178,7 @@ rename to notes/INSTRUCTIONS.txt
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/4-patching-contributor.md
@@ -87,4 +87,5 @@ And let's leave a quick comment for our team:
|
|
|
|
|
|
| + | |
|
modified radicle-cli/src/commands/issue.rs
@@ -9,7 +9,6 @@ use radicle::cob::issue;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -18,6 +17,7 @@ use radicle::Profile;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -401,7 +401,6 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -528,11 +527,8 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch.rs
@@ -34,10 +34,11 @@ use anyhow::anyhow;
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -134,6 +135,7 @@ Checkout options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -249,6 +251,25 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -270,7 +291,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -604,6 +625,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -720,5 +742,10 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified radicle-cli/src/lib.rs
@@ -3,6 +3,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
added radicle-cli/src/node.rs
@@ -0,0 +1,51 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |