modified radicle-cob/src/change_graph/evaluation.rs
@@ -66,6 +66,7 @@ fn evaluate_change(
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/history.rs
@@ -10,6 +10,7 @@ use std::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -50,6 +51,7 @@ pub enum CreateError {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -60,6 +62,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -126,6 +129,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -136,6 +140,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/history/entry.rs
@@ -5,6 +5,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -41,6 +43,8 @@ impl From<EntryId> for Oid {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -55,6 +59,7 @@ pub struct Entry {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -67,6 +72,7 @@ impl Entry {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -84,9 +90,14 @@ impl Entry {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/create.rs
@@ -89,6 +89,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -67,9 +67,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -87,7 +88,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,10 +99,13 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/signatures.rs
@@ -20,8 +20,8 @@ pub mod error;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|