modified crates/radicle-remote-helper/src/push.rs
@@ -187,7 +187,7 @@ impl PushAction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push/canonical.rs
@@ -146,7 +146,9 @@ pub mod io {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push/error.rs
@@ -17,11 +17,8 @@ pub enum CanonicalUnrecoverable {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -41,15 +38,15 @@ pub enum Canonical {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,21 +54,21 @@ impl Canonical {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,8 +79,7 @@ pub struct MissingCommit {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -92,25 +88,22 @@ pub struct InvalidCommit {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +121,6 @@ pub enum PushAction {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|