ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Martin von Zweigbergk 9c91f8190d tracing: bump a few trace events from DEBUG to INFO
Now that we don't print INFO-level events by default, we can start
using that level.
2023-05-03 11:40:23 -07:00
..
protos
backend.rs
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs
dag_walk.rs
default_index_store.rs index: use SmallVec to avoid lots of small allocations for adjacent lookup 2023-04-28 08:36:58 +09:00
default_revset_engine.rs revset: do not scan ancestors more than once to evaluate nested children set 2023-04-28 08:36:58 +09:00
default_revset_graph_iterator.rs revset: pass IndexEntry iterator to graph iterator 2023-03-23 21:58:15 -07:00
diff.rs cargo: upgrade regex 1.7.3 to 1.8.1 2023-04-24 11:28:12 -07:00
file_util.rs
files.rs
git.rs tracing: bump a few trace events from DEBUG to INFO 2023-05-03 11:40:23 -07:00
git_backend.rs
gitignore.rs
hex_util.rs
index.rs index: remove entry_by_id() from trait 2023-04-18 18:32:23 -07: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 revset: add "resolve" method to RevsetExpression, always call it 2023-04-10 00:39:58 +09:00
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 substitution rule for nested descendants/children 2023-04-24 20:45:13 +09:00
rewrite.rs revset: add "resolve" method to RevsetExpression, always call it 2023-04-10 00:39:58 +09:00
settings.rs settings: add helper to turn ConfigError::NotFound into Option 2023-04-14 20:30:42 +09:00
simple_op_heads_store.rs
simple_op_store.rs proto_op_store: Add two minor comments 2023-04-16 22:04:27 -07:00
stacked_table.rs
store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs
working_copy.rs
workspace.rs