..
commit.rs
git: extract function for pushing commit to remote branch, and test it
2020-12-28 00:53:41 -08:00
commit_builder.rs
repo: make MutableRepo have an Arc<ReadonlyRepo> instead of a reference
2021-04-11 13:42:31 -07:00
conflicts.rs
conflicts: add newline after conflict marker lines
2021-04-24 13:53:24 -07:00
dag_walk.rs
cli: use revsets also when looking up by description
2021-04-18 22:45:12 -07:00
diff.rs
diff: also recurse into final region after after unchanged regions
2021-04-08 23:54:54 -07:00
evolution.rs
evolution: walk orphans using index
2021-04-14 08:25:14 -07:00
files.rs
files: make diff() return an iterator instead of using a callback
2021-04-07 10:07:18 -07:00
git.rs
git: take a MutableRepo instead of a Transaction
2021-03-16 22:05:51 -07:00
git_store.rs
git_store: wait 1 minute for lock on refs to help tests
2021-03-16 11:28:22 -07:00
index.rs
index: make revision walk be by position instead of generation number
2021-04-21 18:53:56 -07:00
index_store.rs
rustfmt: configure to group imports
2021-03-14 10:46:25 -07:00
lib.rs
revsets: don't crash when given ungrammatical revset
2021-04-21 18:53:58 -07:00
local_store.rs
protobuf: upgrade to version 2.22.0
2021-03-15 17:09:29 -07:00
lock.rs
lock: treat PermissionDenied on Windows as transient error
2021-03-14 15:51:32 -07:00
matchers.rs
rustfmt: configure to merge imports by module
2021-03-14 10:53:14 -07:00
op_heads_store.rs
view: make root commit public
2021-04-18 23:04:15 -07:00
op_store.rs
rustfmt: configure to group imports
2021-03-14 10:46:25 -07:00
operation.rs
rustfmt: configure to group imports
2021-03-14 10:46:25 -07:00
protos.rs
repo.rs
view: make root commit public
2021-04-18 23:04:15 -07:00
repo_path.rs
revset.pest
revsets: add "ancestor difference" range operator (like git's ..
)
2021-04-23 19:10:28 -07:00
revset.rs
revsets: add "ancestor difference" range operator (like git's ..
)
2021-04-23 19:10:28 -07:00
rewrite.rs
rewrite: take a MutableRepo instead of a Transaction
2021-03-16 22:05:51 -07:00
settings.rs
cleanup: fix lots of issues found in the lib crate by clippy
2021-02-26 23:15:43 -08:00
simple_op_store.rs
protobuf: upgrade to version 2.22.0
2021-03-15 17:09:29 -07:00
store.rs
rustfmt: configure to merge imports by module
2021-03-14 10:53:14 -07:00
store_wrapper.rs
rustfmt: configure to group imports
2021-03-14 10:46:25 -07:00
testutils.rs
tests: set $HOME in a few tests to avoid depending in developer's ~/.gitignore
2021-03-16 22:05:36 -07:00
transaction.rs
repo: make MutableRepo have an Arc<ReadonlyRepo> instead of a reference
2021-04-11 13:42:31 -07:00
tree.rs
trees: make tree diff return an iterator instead of taking a callback
2021-04-07 23:18:00 -07:00
tree_builder.rs
rustfmt: configure to group imports
2021-03-14 10:46:25 -07:00
trees.rs
trees: make tree diff return an iterator instead of taking a callback
2021-04-07 23:18:00 -07:00
view.rs
MutableRepo: use index when enforcing view invariants
2021-03-15 16:35:45 -07:00
working_copy.rs
repo: make reload() and reload_at() return a new ReadonlyRepo
2021-04-11 10:39:29 -07:00