radicle/sigrefs: Use `SignedRefsAt` everywhere
modified crates/radicle-fetch/src/sigrefs.rs
@@ -23,7 +23,7 @@ pub mod error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-fetch/src/state.rs
@@ -799,7 +799,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/rad.rs
@@ -15,7 +15,7 @@ use crate::identity::project::{Project, ProjectName};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +55,7 @@ pub fn init<G, S>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -102,7 +102,7 @@ fn init_configure<G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage.rs
@@ -28,7 +28,7 @@ use crate::node::SyncedAt;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -385,12 +385,12 @@ impl IntoIterator for Remotes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -401,12 +401,12 @@ impl From<Remotes> for RandomMap<RemoteId, Refs> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -428,7 +428,7 @@ impl Remote {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -697,14 +697,14 @@ pub trait WriteRepository: ReadRepository + SignRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -18,7 +18,7 @@ use crate::identity::doc::DocError;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -631,7 +631,12 @@ impl RemoteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -651,7 +656,7 @@ impl RemoteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1002,14 +1007,14 @@ impl SignRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1019,7 +1024,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1038,7 +1043,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1224,6 +1229,6 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified crates/radicle/src/storage/git/cob.rs
@@ -239,7 +239,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -250,7 +250,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs.rs
@@ -471,7 +471,7 @@ impl std::fmt::Display for RefsAt {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/fixtures.rs
@@ -10,7 +10,7 @@ use crate::node::Alias;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,7 +72,7 @@ pub fn project<P, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/storage.rs
@@ -181,9 +181,7 @@ impl RemoteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -191,14 +189,7 @@ impl RemoteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -379,14 +370,14 @@ impl SignRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|