modified radicle-cli/examples/rad-clone-all.md
@@ -2,7 +2,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -24,7 +23,7 @@ $ cat README
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,12 +43,6 @@ z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -72,3 +65,36 @@ $ git branch --remotes
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/examples/rad-clone-connect.md
@@ -8,7 +8,6 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/examples/rad-clone.md
@@ -5,7 +5,6 @@ To create a local copy of a repository on the radicle network, we use the
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -27,6 +26,11 @@ $ ls
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -61,7 +65,7 @@ Date: Mon Jan 1 14:39:16 2018 +0000
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-id-multi-delegate.md
@@ -4,9 +4,24 @@ $ rad id update --repo rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji --title "Add Bob" --des
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-pull-update.md
@@ -22,7 +22,6 @@ To push changes, run `git push`.
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -35,18 +34,20 @@ $ rad clone rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -21,7 +21,6 @@ $ rad remote add z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk --name bob
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -29,7 +28,6 @@ The contributor's changes are now visible to us.
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -18,7 +18,6 @@ use radicle::prelude::*;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -40,7 +39,6 @@ Usage
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -49,7 +47,6 @@ Options
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -59,7 +56,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -73,12 +69,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -95,14 +85,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +102,6 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -180,8 +162,6 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -200,7 +180,6 @@ pub enum CloneError {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -240,26 +219,6 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-cli/src/terminal.rs
@@ -14,7 +14,7 @@ use std::process;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -265,13 +265,8 @@ fn rad_id() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -321,23 +316,11 @@ fn rad_id_multi_delegate() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -384,13 +367,8 @@ fn rad_id_conflict() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -705,16 +683,10 @@ fn rad_clean() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -795,13 +767,9 @@ fn rad_clone_all() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1109,8 +1077,7 @@ fn test_cob_replication() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1307,8 +1274,7 @@ fn test_replication_via_seed() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1364,9 +1330,8 @@ fn rad_remote() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1611,14 +1576,7 @@ fn git_push_diverge() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1659,16 +1617,7 @@ fn rad_push_and_pull_patches() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -275,6 +275,20 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -295,6 +309,7 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| + | |
|
|
|
|
|