jj/lib/src
Yuya Nishihara b0e9f1a852 tests: add utility function to create temporary dir with stable prefix
I noticed lots of /tmp/.tmp* directories were left after running tests.
This makes these directories more discoverable.
2022-09-07 23:49:46 +09:00
..
protos protos: move protos.rs into src/protos/ 2022-05-05 11:46:40 -07:00
backend.rs cleanup: move {read,write}_conflict() methods earlier in Backend trait 2022-05-01 23:35:09 -07:00
commit.rs
commit_builder.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
conflicts.rs cleanup: fix some things reported by clippy 1.63 2022-08-12 09:10:32 -07:00
dag_walk.rs cleanup: use while let Some(...) instead of checking before popping 2022-05-01 13:45:00 -07:00
diff.rs
file_util.rs tests: don't leave /tmp/file, use tempfile::TempDir for cleanup 2022-08-17 12:15:04 +09:00
files.rs cleanup: remove workaround for fixed split_inclusive() bug 2022-07-10 11:09:01 -07:00
git.rs tests: add test for successful push 2022-07-04 22:50:40 -07:00
git_backend.rs errors: avoid using Debug formatting on error types 2022-05-25 19:33:59 -07:00
gitignore.rs
index.rs cleanup: use while let Some(...) instead of checking before popping 2022-05-01 13:45:00 -07:00
index_store.rs cleanup: use while let Some(...) instead of checking before popping 2022-05-01 13:45:00 -07:00
lib.rs
local_backend.rs cargo: upgrade protobuf crates to 3.0.1 2022-05-04 17:02:11 -07:00
lock.rs
matchers.rs matchers: add IntersectionMatcher 2022-06-09 21:27:51 -07:00
nightly_shims.rs
op_heads_store.rs
op_store.rs errors: avoid using Debug formatting on error types 2022-05-25 19:33:59 -07:00
operation.rs
refs.rs
repo.rs store: inline Store::load() into caller 2022-07-21 17:04:18 +02:00
repo_path.rs
revset.pest
revset.rs cleanup: fix some things reported by clippy 1.63 2022-08-12 09:10:32 -07:00
revset_graph_iterator.rs revset_graph_iterator: add a mode for generating reverse graph 2022-05-15 05:17:54 -07:00
rewrite.rs CommitBuilder: remove unneeded store arguments 2022-07-06 07:21:57 -07:00
settings.rs cli: disable open commits by default 2022-08-26 23:34:52 -07:00
simple_op_store.rs cargo: upgrade protobuf crates to 3.0.1 2022-05-04 17:02:11 -07:00
stacked_table.rs errors: add a custom error type for StackedTable 2022-05-01 23:35:09 -07:00
store.rs store: inline Store::load() into caller 2022-07-21 17:04:18 +02:00
testutils.rs tests: add utility function to create temporary dir with stable prefix 2022-09-07 23:49:46 +09:00
transaction.rs cli: don't keep Repo references from before transaction start 2022-07-06 07:21:57 -07:00
tree.rs errors: use custom error for failed tree merge 2022-05-03 06:52:00 -07:00
tree_builder.rs
view.rs repo: add a function for getting workspaces by checkout 2022-07-01 08:58:08 +08:00
working_copy.rs working_copy: don't follow symlinks while creating parent directories 2022-08-17 13:22:51 +09:00
workspace.rs cleanup: fix some things reported by clippy 1.63 2022-08-12 09:10:32 -07:00