jj/lib/src
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
..
protos backend: allow negative timestamps in commits and operations 2022-09-30 00:50:17 -07:00
backend.rs backend: allow negative timestamps in commits and operations 2022-09-30 00:50:17 -07:00
commit.rs
commit_builder.rs
conflicts.rs
dag_walk.rs
diff.rs
file_util.rs
files.rs
git.rs git: include a hint about possible permission error when push fails 2022-09-27 02:23:05 -07:00
git_backend.rs backend: allow negative timestamps in commits and operations 2022-09-30 00:50:17 -07:00
gitignore.rs
index.rs
index_store.rs
lib.rs
local_backend.rs
lock.rs
matchers.rs
nightly_shims.rs
op_heads_store.rs
op_store.rs
operation.rs
refs.rs
repo.rs
repo_path.rs
revset.pest
revset.rs cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
revset_graph_iterator.rs
rewrite.rs cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
settings.rs add default log revset configuration setting 2022-10-02 16:56:18 +09:00
simple_op_store.rs cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
stacked_table.rs
store.rs
testutils.rs
transaction.rs
tree.rs
tree_builder.rs working_copy: on finish(), don't serialize tree_state if known to be clean 2022-10-02 15:15:18 +09:00
view.rs
working_copy.rs working_copy: use OnceCell to manage {operation_id, workspace_id} 2022-10-03 21:41:20 -07:00
workspace.rs