jj/lib/src
Martin von Zweigbergk 277f42d98a revsets: add author() and committer() functions (#46)
Filtering by the author or committer is quite common.
2021-12-15 22:50:29 -08:00
..
backend.rs
commit.rs rewrite: optimize for rebase onto metadata-only change 2021-12-08 08:49:42 -08:00
commit_builder.rs
conflicts.rs
dag_walk.rs
diff.rs
file_util.rs
files.rs
git.rs git: on import, only add ref target as head if target changed (#44) 2021-12-11 11:03:40 -08:00
git_backend.rs
gitignore.rs
index.rs
index_store.rs
lib.rs workspace: introduce Workspace type 2021-11-25 21:04:56 -08:00
local_backend.rs
lock.rs cargo: upgrade to backoff 0.3 2021-12-01 08:13:20 -08:00
matchers.rs
op_heads_store.rs op_store: make Vec inside ViewId and OperationId non-public 2021-11-19 23:19:13 -08:00
op_store.rs git: start tracking HEAD of underlying Git repo 2021-12-01 11:08:53 -08:00
operation.rs
protos.rs
refs.rs
repo.rs cleanup: fix some issues reported by new clippy and/or rustc 2021-12-10 14:12:45 -08:00
repo_path.rs
revset.pest revsets: allow the .. operator to be used as prefix or suffix (#46) 2021-12-15 22:16:22 -08:00
revset.rs revsets: add author() and committer() functions (#46) 2021-12-15 22:50:29 -08:00
revset_graph_iterator.rs
rewrite.rs rewrite: avoid accessing MutRepo::view() when rebasing descendants 2021-12-08 08:49:42 -08:00
settings.rs
simple_op_store.rs git: start tracking HEAD of underlying Git repo 2021-12-01 11:08:53 -08:00
stacked_table.rs cleanup: fix some issues reported by new clippy and/or rustc 2021-12-10 14:12:45 -08:00
store.rs cleanup: fix some issues reported by new clippy and/or rustc 2021-12-10 14:12:45 -08:00
testutils.rs workspace: add functions for initializing a repo 2021-11-25 21:07:28 -08:00
transaction.rs debug: upgrade Drop implementations to non-debug assert! 2021-12-01 10:32:11 -08:00
tree.rs
tree_builder.rs
view.rs git: start tracking HEAD of underlying Git repo 2021-12-01 11:08:53 -08:00
working_copy.rs debug: upgrade Drop implementations to non-debug assert! 2021-12-01 10:32:11 -08:00
workspace.rs workspace: move initialization of WorkingCopy from ReadonlyRepo 2021-11-25 21:14:24 -08:00