radicle: Add `Vec<Edit>` to revision description
modified radicle-cli/src/commands/patch/edit.rs
@@ -44,7 +44,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -5,6 +5,7 @@ use std::ops::Deref;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,7 +18,7 @@ use crate::cob::store::Transaction;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -218,6 +219,9 @@ pub enum Action {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -732,11 +736,17 @@ impl Patch {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1247,7 +1257,7 @@ pub struct Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1273,9 +1283,11 @@ impl Revision {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1287,7 +1299,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1496,10 +1508,15 @@ impl<R: ReadRepository> store::Transaction<Patch, R> {
|
|
|
|
|
|
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1806,10 +1823,11 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2621,6 +2639,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -66,6 +66,23 @@ pub struct Edit {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -123,12 +140,7 @@ impl<L> Comment<L> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -180,12 +192,7 @@ impl<L> Comment<L> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|