jj/lib/src
Martin von Zweigbergk eed715dc51 git: try to fix flaky (?) fetch tests by keeping connection open longer
It seems it wasn't Windows that behaved differently when it comes
getting the remote's default branch; the test failed on Ubuntu
too.

The documentation for `Remote::default_branch()` says that it can be
called even after the connection has been closed, but let's see if
calling it while the connection is open helps anyway. To do that, we
have to replicate what `Remote::fetch()` does.
2021-09-22 11:48:42 -07:00
..
backend.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -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 store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -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: try to fix flaky (?) fetch tests by keeping connection open longer 2021-09-22 11:48:42 -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 tests: use one thread per core in concurrency tests 2021-04-29 00:01:04 -07:00
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 store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
operation.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
protos.rs protobuf: generate code at build-time 2020-12-24 01:05:17 -08:00
refs.rs store: rename Store to Backend and StoreWrapper to Store 2021-09-12 12:02:10 -07:00
repo.rs cli: rename jj prune to jj abandon 2021-09-19 22:51:12 -07:00
repo_path.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
revset.pest revsets: add "ancestor difference" range operator (like git's ..) 2021-04-23 19:10:28 -07:00
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 cli: avoid using angle brackets in name/email placeholder, to please git 2021-05-19 13:02:39 -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