radicle-heartwood-lfs/radicle-remote-helper/src
Alexis Sellier e6baeab0c9
cob: Guarantee there is always a latest revision
We change `Patch::latest` to always return something, because a patch is
malformed if it doesn't have at least one revision, and thus would not
load in the first place.

This also implies that there is a latest revision in the face of
concurrent updates.

Note that currently, traversal order for concurrent updates is still random.
This will be fixed in another patch.
2023-05-26 10:31:00 +02:00
..
fetch.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
git-remote-rad.rs Rust 1.67 2023-02-04 19:30:29 +01:00
lib.rs remote-helper: Add `no-sync` push option 2023-05-25 10:07:02 +02:00
list.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
push.rs cob: Guarantee there is always a latest revision 2023-05-26 10:31:00 +02:00