jj/lib
Martin von Zweigbergk fce5ec21f6 evolution: make MutableEvolution own its state
Before this commit, it could share its state with the
`ReadonlyEvolution`. That makes no sense when the state is modified,
and would crash if we tried to get a mutable reference to the
state. It only "worked" because the state is not yet updated within a
transaction (a known bug). I'm about to fix that bug, so we need to
fix the ownership, which this commit does.
2020-12-23 17:32:31 -08:00
..
protos releasing: add copyright header also to generated files 2020-12-15 18:36:23 -08:00
src evolution: make MutableEvolution own its state 2020-12-23 17:32:31 -08:00
tests working_copy: fix test to show that already tracked files are not ignored 2020-12-22 10:03:42 -08:00
Cargo.toml tests: start using the maplit crate 2020-12-23 17:32:31 -08:00