modified radicle-cli/examples/rad-patch-pull-update.md
@@ -40,7 +40,7 @@ We wait for Alice to sync our fork.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/issue.rs
@@ -418,7 +418,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/main.rs
@@ -279,7 +279,7 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -153,10 +153,9 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -265,7 +264,14 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -5,6 +5,7 @@ use std::{fmt, io, time};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -224,9 +225,10 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -137,7 +137,7 @@ pub type QueryState = dyn Fn(&dyn ServiceState) -> Result<(), CommandError> + Se
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -167,7 +167,7 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -611,11 +611,17 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1134,10 +1140,11 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1482,7 +1489,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1502,7 +1509,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1515,7 +1522,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/message.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -191,19 +192,19 @@ impl RefsAnnouncement {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -3,6 +3,9 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -80,10 +83,13 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -1353,7 +1353,12 @@ fn test_refs_synced_event() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -24,6 +24,7 @@ use serde_json as json;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -742,7 +743,7 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -823,7 +824,7 @@ impl Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -832,9 +833,14 @@ impl Node {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -963,11 +969,13 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node/events.rs
@@ -3,6 +3,7 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -19,6 +20,7 @@ pub enum Event {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage/refs.rs
@@ -369,7 +369,7 @@ impl<V> Deref for SignedRefs<V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|