modified radicle-cli/examples/rad-node.md
@@ -48,9 +48,9 @@ repository that was already created:
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -10,6 +10,7 @@ use radicle::git::raw;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -169,7 +170,7 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -8,6 +8,7 @@ use anyhow::{anyhow, bail, Context as _};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -220,7 +221,7 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -108,9 +108,9 @@ fn command<H: Handle<Error = runtime::HandleError>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -294,6 +294,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -352,8 +353,8 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -182,9 +182,9 @@ impl<G: Signer + Ecdh + 'static> radicle::node::Handle for Handle<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -116,7 +116,7 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,7 +136,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -491,9 +491,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -66,7 +66,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -345,7 +345,11 @@ fn test_tracking() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -927,7 +931,7 @@ fn test_track_repo_subscribe() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -981,11 +985,19 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -6,6 +6,7 @@ use radicle::storage::{ReadRepository, ReadStorage};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -155,7 +156,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -211,7 +212,7 @@ fn test_clone() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,7 +262,7 @@ fn test_fetch_up_to_date() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -393,7 +393,7 @@ pub trait Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -544,8 +544,8 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|