modified radicle-cli/src/commands/init.rs
@@ -373,7 +373,7 @@ fn sync(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -421,7 +421,7 @@ fn sync(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -10,7 +10,7 @@ use radicle::node::Handle as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1213,7 +1213,7 @@ fn rad_init_sync_preferred() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1245,7 +1245,7 @@ fn rad_init_sync_timeout() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1821,7 +1821,7 @@ fn rad_patch_open_explore() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -23,8 +23,7 @@ use radicle::node::Database;
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +91,7 @@ impl Environment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -672,7 +672,7 @@ fn sync(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -14,7 +14,7 @@ use std::io::Write;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -122,7 +122,7 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -135,7 +135,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -189,6 +189,30 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|