jj/lib/src
Yuya Nishihara feaad6b5fa revset: add type alias for Option<Rc<RevsetExpression>>
I'm going to parameterize error type of TransformResult, and the result type
will be replaced with Result<TransformedExpression, E>.
2023-04-03 10:55:03 +09:00
..
protos
backend.rs
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs
dag_walk.rs
default_index_store.rs revset: split RevsetError into RevsetResolution/EvaluationError 2023-04-03 10:55:03 +09:00
default_revset_engine.rs revset: split RevsetError into RevsetResolution/EvaluationError 2023-04-03 10:55:03 +09:00
default_revset_graph_iterator.rs revset: pass IndexEntry iterator to graph iterator 2023-03-23 21:58:15 -07:00
diff.rs diff: Treat multi-byte UTF-8 runes as word characters 2023-03-30 00:06:56 +09:00
file_util.rs
files.rs
git.rs
git_backend.rs
gitignore.rs
hex_util.rs
index.rs revset: split RevsetError into RevsetResolution/EvaluationError 2023-04-03 10:55:03 +09:00
lib.rs op_store: inline ProtoOpStore into SimpleOpStore 2023-03-30 20:00:33 -07:00
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 Work around a couple of false positives for recent nightly clippy 2023-04-01 18:35:38 -07:00
revset.pest
revset.rs revset: add type alias for Option<Rc<RevsetExpression>> 2023-04-03 10:55:03 +09:00
rewrite.rs revset: pass in store, index, and heads instead of whole Repo 2023-03-30 20:15:45 -07:00
settings.rs
simple_op_heads_store.rs
simple_op_store.rs op_store: inline ProtoOpStore into SimpleOpStore 2023-03-30 20:00:33 -07:00
stacked_table.rs
store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs
working_copy.rs
workspace.rs