radicle/refs: Better `SignedRefs` Encapsulation
modified crates/radicle-fetch/src/stage.rs
@@ -517,7 +517,7 @@ impl ProtocolStage for DataRefs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -537,7 +537,7 @@ impl ProtocolStage for DataRefs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-fetch/src/state.rs
@@ -733,7 +733,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -753,7 +753,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -761,7 +761,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage.rs
@@ -384,7 +384,7 @@ impl Remote<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -639,7 +639,7 @@ impl ValidateRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -659,7 +659,7 @@ impl ValidateRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -667,7 +667,7 @@ impl ValidateRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs.rs
@@ -12,6 +12,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -112,7 +113,7 @@ impl Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +134,7 @@ impl Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -196,12 +197,12 @@ impl DerefMut for Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -263,6 +264,16 @@ impl SignedRefs<Unverified> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/storage.rs
@@ -182,7 +182,7 @@ impl RemoteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -232,7 +232,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|