modified crates/radicle-cli/tests/commands.rs
@@ -1772,7 +1772,7 @@ fn test_cob_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/control.rs
@@ -219,8 +219,13 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -291,7 +296,6 @@ fn fetch<W: Write, H: Handle<Error = runtime::HandleError>>(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -328,7 +332,6 @@ mod tests {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-node/src/runtime/handle.rs
@@ -255,7 +255,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/test/handle.rs
@@ -92,7 +92,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/tests/e2e.rs
@@ -1378,7 +1378,7 @@ fn test_background_foreground_fetch() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1427,7 +1427,7 @@ fn test_catchup_on_refs_announcements() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -613,10 +613,11 @@ impl From<Address> for HostName {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1132,7 +1133,11 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1244,7 +1249,7 @@ impl Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1415,14 +1420,14 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|