radicle-heartwood-lfs/radicle-cli
cloudhead c94bd50666
cob: Better distinguish patch revisions
The `Patch` API and semantics are changed a little bit:

* It's now valid again to propose a revision without being the patch
  author.
* To get revisions by the patch author, `Patch::updates` is used.
* `Patch::latest` now only looks at revisions by the patch author.
* Added `Patch::revisions_by`, `Patch::authors` and `Patch::latest_by`.
* The merge behavior on git-push is improved to favor revisions that
  merge more recent commits. We also allow for merging the non-latest
  revision.
2023-09-21 13:51:55 +02:00
..
examples cob: Better distinguish patch revisions 2023-09-21 13:51:55 +02:00
src cob: Better distinguish patch revisions 2023-09-21 13:51:55 +02:00
tests cli: Implement DDiff 2023-09-19 15:22:42 +02:00
Cargo.toml Update `radicle-surf` to `v0.15.0` 2023-09-18 10:57:37 +02:00