radicle/git/raw: Introduce `trait ErrorExt`
2 failed
(2 total)
View logs
modified crates/radicle-cli/src/commands/init.rs
@@ -13,6 +13,7 @@ use serde_json as json;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -189,7 +190,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/checkout.rs
@@ -3,6 +3,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,7 +74,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +129,7 @@ fn find_patch_commit<'a>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/watch.rs
@@ -4,6 +4,7 @@ use std::{thread, time};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -169,7 +170,7 @@ fn reference<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-fetch/src/git/repository.rs
@@ -53,7 +53,9 @@ fn find_and_peel(repo: &Repository, oid: Oid) -> Result<Oid, error::Ancestry> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/git.rs
@@ -17,7 +17,6 @@ use crate::storage;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -31,6 +30,8 @@ pub use radicle_git_ext as ext;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -733,14 +734,14 @@ pub fn set_upstream(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/git/canonical/effects.rs
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -215,7 +216,7 @@ impl FindObjects for git::raw::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -235,7 +236,7 @@ impl FindObjects for git::raw::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/identity/doc.rs
@@ -22,6 +22,7 @@ use crate::crypto;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -71,9 +72,8 @@ impl DocError {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1160,7 +1160,10 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage.rs
@@ -16,6 +16,7 @@ pub use radicle_git_ext::Oid;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -134,8 +135,8 @@ impl RepositoryError {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -167,7 +168,7 @@ impl Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -14,6 +14,7 @@ use std::{fs, io};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -817,7 +818,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs.rs
@@ -14,6 +14,7 @@ use thiserror::Error;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -64,9 +65,8 @@ impl Error {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -430,7 +430,7 @@ impl SignedRefsAt {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|