forked from mirrors/jj
7c8a0a18f9
`ReadonlyRepo::init()` takes callbacks for initializing each kind of backend. We called these things like `op_store_initializer`. I found that confusing because it is not a `OpStoreFactory` (which is for loading an existing backend). This patch tries to clarify that by renaming the arguments and adding types for each kind of callback function. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |