modified radicle-cli/src/commands/path.rs
@@ -50,7 +50,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@ fn profile(home: &Path) -> Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/test.rs
@@ -73,7 +73,7 @@ pub fn seed(dir: &Path) -> Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/client.rs
@@ -2,7 +2,7 @@ use std::{io, net, thread, time};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,19 +67,19 @@ impl<G: crypto::Signer + EcSign<Pk = NodeId, Sig = Signature> + Clone + 'static>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -8,7 +8,6 @@ use radicle::profile;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -79,11 +78,10 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +90,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -9,7 +9,7 @@ use radicle::crypto::test::signer::MockSigner;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +42,7 @@ impl Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -59,24 +59,22 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,17 +83,16 @@ impl Profile {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,31 +124,31 @@ impl Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -160,12 +157,19 @@ pub fn home() -> Result<PathBuf, io::Error> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -174,23 +178,23 @@ impl Paths {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test.rs
@@ -10,7 +10,7 @@ pub mod setup {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,7 +19,7 @@ pub mod setup {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|