jj/lib/src
Martin von Zweigbergk 504a2b3fd0 cli: add test of jj debug reindex, do full reindexing
I broke the commands in a27da7d8d5 and thought I just fixed it in
c7cf914694a8. However, as I added a test, I realized that I made it
only reindex the commits since the previous operation. I meant for the
command to do a full reindexing of th repo. This fixes that.
2023-03-12 22:08:31 -07:00
..
protos backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
backend.rs backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
commit.rs lib: add Commit::is_discardable() 2023-03-05 23:50:20 +01:00
commit_builder.rs repo: extract a Repo trait for Arc<ReadonlyRepo> and MutableRepo 2023-02-15 19:15:17 -08:00
conflicts.rs conflicts: in materialize_merge_result(), always use adds.get(index) 2023-02-24 19:58:10 +09:00
content_hash.rs style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
dag_walk.rs dag_walk: delete unused common_ancestor() 2023-01-29 10:42:11 -08:00
default_index_store.rs cli: add test of jj debug reindex, do full reindexing 2023-03-12 22:08:31 -07:00
diff.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
file_util.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
files.rs Rename FileConflictData to ConflictHunk, use it in files.rs. 2022-12-03 15:12:40 -08:00
git.rs git: use our own default refspec 2023-03-02 10:09:08 +01:00
git_backend.rs backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
gitignore.rs gitignore: any character can be backslash-escaped 2023-01-16 21:35:54 +01:00
hex_util.rs revset: allow resolving change id using hex digits from reverse alphabet 2023-02-13 22:49:21 -08:00
index.rs index: make jj debug reindex actually reindex 2023-03-12 03:23:59 -07:00
legacy_thrift_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
lib.rs index: merge index_store.rs into index.rs 2023-03-11 22:22:46 -08:00
local_backend.rs backend: rename ConflictPart to ConflictTerm 2023-02-17 23:28:50 -08:00
lock.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
matchers.rs matchers: rename Dirs to RepoPathTree as it no longer represents directory 2022-12-30 14:15:27 +09:00
nightly_shims.rs build: suppress unstable_name_collisions warnings on stable 2022-02-23 23:41:55 -08:00
op_heads_store.rs refactor: use #[from] on error alternative 2023-01-21 09:46:54 +01:00
op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
operation.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
proto_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
refs.rs index: delete IndexRef, use Index trait 2023-02-14 06:51:49 -08:00
repo.rs index: extract a MutableIndex trait 2023-03-11 22:22:46 -08:00
repo_path.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
revset.pest revset: ignore all ascii whitespace characters 2023-03-04 00:01:54 +09:00
revset.rs index: extract a MutableIndex trait 2023-03-11 22:22:46 -08:00
revset_graph_iterator.rs index: move current implementation to default_index_store.rs 2023-03-11 22:22:46 -08:00
rewrite.rs revset: replace RevsetIterator wrapper by extension 2023-02-19 21:37:26 -08:00
settings.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
simple_op_heads_store.rs op_heads_store: let caller create initial operation 2023-02-28 08:08:31 -08:00
simple_op_store.rs git: allow conflicts in "HEAD@git" 2023-01-30 09:05:03 -08:00
simple_op_store_model.rs style: do not dereference self to perform pattern-matching 2023-01-14 19:28:24 +01:00
simple_op_store_model.thrift copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
stacked_table.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
store.rs store: remove obsolete comment about root commit 2023-03-02 12:33:11 -08:00
transaction.rs index: extract a ReadonlyIndex trait 2023-03-11 22:22:46 -08:00
tree.rs tree: make conflict_term_to_conflict() take a TreeValue 2023-02-18 00:09:51 -08:00
tree_builder.rs cargo +nightly clippy --fix --workspace with today's nightly 2023-01-07 15:29:19 -08:00
view.rs index: delete IndexRef, use Index trait 2023-02-14 06:51:49 -08:00
working_copy.rs working_copy: write tree_state file on init 2023-01-29 20:01:22 -08:00
workspace.rs index: merge index_store.rs into index.rs 2023-03-11 22:22:46 -08:00