modified radicle/src/git.rs
@@ -12,7 +12,9 @@ use crate::storage;
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -60,6 +60,7 @@ impl DocError {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -358,8 +359,7 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -483,6 +483,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -490,6 +491,22 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -89,8 +89,12 @@ pub fn init<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -168,12 +172,8 @@ pub fn fork<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -246,14 +246,10 @@ pub trait ReadRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -417,16 +417,11 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -446,13 +441,13 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -752,10 +747,10 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -805,7 +800,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/refs.rs
@@ -45,8 +45,17 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -217,11 +226,9 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -255,10 +262,12 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -2,6 +2,7 @@ use std::collections::HashMap;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -106,9 +107,9 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +117,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -124,7 +125,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|