ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
2021-09-29 10:13:32 -07:00
..
backend.rs cleanup: fix issues found by latest rustc and clippy 2021-09-29 10:12:38 -07:00
commit.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
commit_builder.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
conflicts.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
dag_walk.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
diff.rs diff: rewrite diff() using new multi-way diff 2021-06-26 23:49:58 -07:00
evolution.rs evolution: don't crash when commit is no longer in view's set of heads 2021-09-29 10:13:32 -07:00
file_util.rs working_copy: consider it an error if temp file cannot be renamed to target 2021-06-16 10:52:55 -07:00
files.rs files: make merge() accept any number of removes and adds as input 2021-06-30 12:09:36 -07:00
git.rs git: don't fetch tags we're not fetching commits for 2021-09-24 07:46:54 -07:00
git_backend.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
gitignore.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
index.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
index_store.rs store: remove (weak) self-reference and take &Arc<Self> arguments instead 2021-09-16 23:30:30 -07:00
lib.rs store: remove (weak) self-reference and take &Arc<Self> arguments instead 2021-09-16 23:30:30 -07:00
local_backend.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
lock.rs
matchers.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
op_heads_store.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
op_store.rs cleanup: fix issues found by latest rustc and clippy 2021-09-29 10:12:38 -07:00
operation.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
protos.rs
refs.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
repo.rs MutableRepo: accept just CommitId instead of whole Commit where possible 2021-09-29 10:13:32 -07:00
repo_path.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
revset.pest
revset.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
revset_graph_iterator.rs revsets: remove transitive edges in graph iterator by default 2021-05-01 23:25:33 -07:00
rewrite.rs rewrite: teach DescendantRebaser to handle abandoned commits specially 2021-09-19 22:51:12 -07:00
settings.rs cleanup: fix issues found by latest rustc and clippy 2021-09-29 10:12:38 -07:00
simple_op_store.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
store.rs store: remove (weak) self-reference and take &Arc<Self> arguments instead 2021-09-16 23:30:30 -07:00
testutils.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
transaction.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
tree.rs store: remove (weak) self-reference and take &Arc<Self> arguments instead 2021-09-16 23:30:30 -07:00
tree_builder.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
view.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
working_copy.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00