radicle: use git::raw::Error for reference_oid
modified radicle/src/cob/store.rs
@@ -94,7 +94,7 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -210,8 +210,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -441,7 +441,7 @@ pub trait ReadRepository: Sized + ValidateRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -517,7 +517,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -638,6 +638,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage/git/cob.rs
@@ -306,7 +306,7 @@ impl<'a, R: storage::ReadRepository> ReadRepository for DraftStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/refs.rs
@@ -57,6 +57,7 @@ impl Error {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -385,8 +386,7 @@ impl SignedRefsAt {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -212,7 +212,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|