radicle: Add `resolves` and `labels` method to `cob::patch::Revision`
To be able to query the BTreeSet that shows which comments are
resolved by a specific revision and the Iterator of Label we require
some methods to obtain them.
1 file changed
+10
-0
87cb7bf5
→
7c902b69
modified radicle/src/cob/patch.rs
@@ -1408,6 +1408,11 @@ impl Revision {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1610,6 +1615,11 @@ impl Review {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|