modified radicle-cli/tests/commands.rs
@@ -6,6 +6,7 @@ use radicle::git;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,7 +18,7 @@ use radicle::storage::{ReadStorage, RefUpdate, RemoteRepository};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -773,7 +774,7 @@ fn rad_node() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1232,7 +1233,7 @@ fn rad_unseed() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1551,7 +1552,7 @@ fn rad_init_sync_preferred() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1583,7 +1584,7 @@ fn rad_init_sync_timeout() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1926,7 +1927,7 @@ fn test_replication_via_seed() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2174,7 +2175,7 @@ fn rad_patch_open_explore() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime.rs
@@ -123,7 +123,7 @@ impl Runtime {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/config.rs
@@ -7,7 +7,7 @@ use localtime::LocalDuration;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -260,6 +260,42 @@ pub enum AddressConfig {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -303,7 +339,7 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -331,7 +367,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/policy.rs
@@ -34,9 +34,9 @@ pub struct FollowPolicy {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,11 +50,6 @@ pub enum SeedingPolicy {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -23,10 +23,11 @@ use crate::crypto::ssh::agent::Agent;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -254,8 +255,8 @@ impl Config {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -415,7 +416,7 @@ impl Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|