radicle-heartwood-lfs/crates/radicle-fetch
Fintan Halpenny a163f4e939 fetch: refactor repository access
The interface of the `Handle` has two methods: `Handle::repository` and
`Handle::repository_mut`. However, the calling logic would always access the
`Handle::repo` field.

This is cleaned up by making this field private, and using the
`Handle::repository` method instead. There were no calls to `repository_mut`,
and so the method was removed.
2025-10-06 11:52:42 +02:00
..
src fetch: refactor repository access 2025-10-06 11:52:42 +02:00
Cargo.toml crates: 1.4.0 release 2025-08-27 10:30:28 +01:00