modified radicle-node/src/control.rs
@@ -108,7 +108,7 @@ fn drain<H: Handle>(stream: &UnixStream, handle: &H) -> Result<(), DrainError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -272,7 +272,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -306,12 +306,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -391,7 +391,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -445,7 +445,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -689,12 +689,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -747,12 +747,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/reactor.rs
@@ -95,7 +95,7 @@ impl Reactor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/tests.rs
@@ -168,7 +168,7 @@ fn test_tracking() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,7 +177,7 @@ fn test_tracking() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -405,30 +405,30 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -455,7 +455,7 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -481,16 +481,16 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-push.rs
@@ -11,7 +11,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -138,7 +138,7 @@ impl Doc<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -379,6 +379,8 @@ pub enum IdentityError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -421,7 +423,7 @@ impl Identity<Untrusted> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -466,16 +468,16 @@ impl Identity<Untrusted> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -505,14 +507,14 @@ mod test {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -575,8 +577,7 @@ mod test {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -586,7 +587,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project/id.rs
@@ -17,7 +17,7 @@ pub enum IdError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -100,7 +100,7 @@ pub enum ForkError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +117,7 @@ pub fn fork_remote<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,7 +149,7 @@ pub fn fork_remote<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,13 +208,13 @@ pub enum CloneError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -234,7 +234,7 @@ pub enum CloneUrlError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,7 +261,7 @@ pub enum CheckoutError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -270,14 +270,14 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -341,9 +341,9 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -385,10 +385,10 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -414,7 +414,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -218,20 +218,20 @@ impl Remote<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -280,7 +280,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -292,7 +292,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -304,7 +304,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -66,7 +66,7 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,8 +82,8 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -94,7 +94,7 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,7 +139,7 @@ impl Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -264,7 +264,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -648,7 +648,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -671,7 +671,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -682,7 +682,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -734,11 +734,11 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -747,7 +747,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -755,7 +755,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -769,7 +769,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -44,8 +44,8 @@ impl ReadStorage for MockStorage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -56,7 +56,7 @@ impl ReadStorage for MockStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,7 @@ impl WriteStorage for MockStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|