jj/lib
Martin von Zweigbergk 5604303954 transaction: avoid direct access to members of MutableRepo
I'm about to move `MutableRepo` to the `repo` module so it becomes
more important to encapsulate access. Besides, the new functions
introduced in this commit reduces some duplication.

There's still one access of `MutableRepo::evolution` in
`Transaction::new()`. I'll address that next by adding a factory
function to `MutableRepo`.
2021-01-31 18:15:32 -08:00
..
protos
src transaction: avoid direct access to members of MutableRepo 2021-01-31 18:15:32 -08:00
tests
build.rs
Cargo.toml