ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Yuya Nishihara dc9a9ed4c1 working_copy: on finish(), don't serialize checkout if operation_id is unchanged
Maybe it's okay to always save the checkout state, but let's apply the same
rule as the previous commit.
2022-10-02 15:15:18 +09: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: simplify parents() and predecessors() impl 2022-09-25 22:29:07 +09:00
commit_builder.rs backend: let each backend handle root commit on write 2022-09-20 21:20:57 -07:00
conflicts.rs conflicts: simplify state management of parse_conflict_hunk() 2022-09-21 06:03:59 +09:00
dag_walk.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
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 commit: make parent_ids() return slice instead of cloned vec 2022-09-25 22:29:07 +09:00
index_store.rs
lib.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
local_backend.rs repo: write format ("git" or "local") to disk on init 2022-09-25 09:40:42 -07:00
lock.rs tests: use tempfile::TempDir instead of env::temp_dir() + random number 2022-09-07 23:49:46 +09:00
matchers.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
nightly_shims.rs
op_heads_store.rs
op_store.rs cleanup: rename checkout to wc_commit 2022-09-18 16:19:58 -07:00
operation.rs
refs.rs
repo.rs repo: make capable of loading repo with out-of-tree backend 2022-09-25 09:40:42 -07:00
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
simple_op_store.rs cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
stacked_table.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
store.rs backend: let each backend handle root commit on write 2022-09-20 21:20:57 -07:00
testutils.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
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 cleanup: rename checkout to wc_commit 2022-09-18 16:19:58 -07:00
working_copy.rs working_copy: on finish(), don't serialize checkout if operation_id is unchanged 2022-10-02 15:15:18 +09:00
workspace.rs examples: show how to add a custom backend 2022-09-25 09:40:42 -07:00