radicle-heartwood-lfs/radicle-cli/src
cloudhead ecb59d687b
cob: Return `RevisionId` instead of `Revision`
Previously we panicked if a revision wasn't found after an update. But
it can happen that the update goes through yet a concurrent update
prevents the revision from being valid.

To partially deal with this, we don't try to lookup the revision after
an update, we simply return the ID. This means a subsequent lookup can
fail, and the error can be handled there.
2023-12-13 12:14:06 +01:00
..
commands cob: Return `RevisionId` instead of `Revision` 2023-12-13 12:14:06 +01:00
git Update Rust toolchain to 1.74 2023-11-17 16:58:24 +01:00
terminal cli: Add `watch` command 2023-12-11 12:04:26 +01:00
commands.rs cli: Add `watch` command 2023-12-11 12:04:26 +01:00
git.rs cli: Implement pretty diffs with highlighting 2023-09-27 12:37:41 +02:00
lib.rs cli: Add pager to `rad diff` 2023-11-03 14:20:16 +01:00
main.rs cli: Add `watch` command 2023-12-11 12:04:26 +01:00
pager.rs cli: Add pager to `rad diff` 2023-11-03 14:20:16 +01:00
project.rs radicle: Rename many more methods using new naming 2023-12-06 10:02:00 +01:00
terminal.rs cli: Add `rad config` command 2023-11-30 10:46:32 +01:00