ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara c0c1eade91 working_copy: use OnceCell to manage {operation_id, workspace_id}
For consistency with the tree_state handling. This isn't that simple and
concise compared to the tree_state one, so I'm fine to drop the series.

I've extracted {operation_id, workspace_id} pair so these values can be
safely initialized by OnceCell. The extracted struct is named after the
"checkout" file.
2022-10-03 21:41:20 -07:00
..
src working_copy: use OnceCell to manage {operation_id, workspace_id} 2022-10-03 21:41:20 -07:00
tests working_copy: remove .clone() from TreeState proxy methods 2022-10-02 22:46:09 +09:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump pest from 2.3.1 to 2.4.0 2022-10-03 08:56:24 -07:00