modified radicle-remote-helper/src/lib.rs
@@ -107,7 +107,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Box<dyn std::error::Error +
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-push.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -12,9 +12,12 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -76,7 +76,7 @@ pub fn init<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,7 +147,7 @@ pub fn fork_remote<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -178,7 +178,7 @@ pub fn fork<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -41,8 +41,6 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -232,12 +230,6 @@ pub trait WriteStorage: ReadStorage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -286,6 +278,7 @@ pub trait ReadRepository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -326,14 +319,6 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -108,14 +108,6 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -399,16 +391,6 @@ impl Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -660,6 +642,16 @@ impl WriteRepository for Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -845,7 +837,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -990,7 +982,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -66,14 +66,6 @@ impl WriteStorage for MockStorage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -161,4 +153,11 @@ impl WriteRepository for MockRepository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|