modified radicle/src/storage.rs
@@ -342,6 +342,8 @@ pub trait WriteStorage: ReadStorage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -575,6 +577,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -127,6 +127,10 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -299,6 +303,15 @@ impl Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -99,6 +99,10 @@ impl WriteStorage for MockStorage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|