modified node/src/protocol.rs
@@ -431,7 +431,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/rad.rs
@@ -40,11 +40,11 @@ pub fn init<'r, S: storage::WriteStorage<'r>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,24 +81,24 @@ pub fn init<'r, S: storage::WriteStorage<'r>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +132,7 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,7 +184,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -193,7 +193,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/storage.rs
@@ -14,7 +14,7 @@ use thiserror::Error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,7 +159,7 @@ impl Remote<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -180,12 +180,16 @@ pub trait ReadRepository<'r> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -199,8 +203,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified node/src/storage/git.rs
@@ -38,7 +38,7 @@ impl fmt::Debug for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +53,7 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -424,7 +424,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/fixtures.rs
@@ -19,7 +19,7 @@ pub fn storage<P: AsRef<Path>>(path: P) -> Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/storage.rs
@@ -1,8 +1,8 @@
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -26,7 +26,7 @@ impl MockStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -84,7 +84,7 @@ impl ReadRepository<'_> for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -102,7 +102,7 @@ impl ReadRepository<'_> for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -110,13 +110,13 @@ impl ReadRepository<'_> for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|