jj/lib/src
Yuya Nishihara 222d9a6527 revset: rewrite 'x ~ y' to 'x & ~y' first to apply filter optimization
This is remainder of 48d10d648c "revset: add unary negate (or set
complement) operator '~y'".
2022-12-07 23:38:17 +09:00
..
protos
backend.rs
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs content_hash: absorb duplicate hash() functions 2022-12-03 22:31:02 -08:00
dag_walk.rs
diff.rs
file_util.rs
files.rs
git.rs git: on import, add GC-preventing refs to all seen refs 2022-12-03 22:50:26 -08:00
git_backend.rs git: on import, add GC-preventing refs to all seen refs 2022-12-03 22:50:26 -08:00
gitignore.rs
index.rs revset: add basic tests for revset combinator 2022-12-07 11:01:59 +09:00
index_store.rs
legacy_thrift_op_store.rs legacy_thrift_op_store: remove implementation write methods 2022-12-03 22:31:02 -08:00
lib.rs thrift: add legacy-thrift Cargo feature 2022-12-03 22:31:02 -08:00
local_backend.rs content_hash: absorb duplicate hash() functions 2022-12-03 22:31:02 -08:00
lock.rs
matchers.rs
nightly_shims.rs
op_heads_store.rs
op_store.rs
operation.rs
proto_op_store.rs op_store: auto-upgrade existing repos from Thrift to Protobuf 2022-12-03 22:31:02 -08:00
refs.rs
repo.rs
repo_path.rs
revset.pest
revset.rs revset: rewrite 'x ~ y' to 'x & ~y' first to apply filter optimization 2022-12-07 23:38:17 +09:00
revset_graph_iterator.rs
rewrite.rs
settings.rs
simple_op_store.rs thrift: add legacy-thrift Cargo feature 2022-12-03 22:31:02 -08:00
simple_op_store_model.rs
simple_op_store_model.thrift
stacked_table.rs
store.rs
transaction.rs
tree.rs Add a Tree method to return conflicts matching a matcher 2022-12-04 22:39:45 -08:00
tree_builder.rs
view.rs
working_copy.rs
workspace.rs