modified radicle-httpd/src/api/v1/projects.rs
@@ -645,6 +645,9 @@ async fn patch_update_handler(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -93,6 +93,9 @@ pub enum Action {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -269,6 +272,9 @@ impl store::FromHistory for Patch {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -697,6 +703,11 @@ impl store::Transaction<Patch> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -839,6 +850,11 @@ impl<'a, 'g> PatchMut<'a, 'g> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|