mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 23:55:54 +00:00
fce5ec21f6
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. |
||
---|---|---|
.. | ||
protos | ||
src | ||
tests | ||
Cargo.toml |