jj/lib/src
Martin von Zweigbergk 10343876fa cli: include message from GitExportError to user
I'm going to add other error variants for when we fail to read/write
to disk, and I don't think we need to have a custom message for each
in the CLI crate. It's easier to pass along the message from the lib
crate.

(`ConflictedBranch`, on the other hand, is an expected error so I
think we should continue to let let the CLI crate define the error
message for it.)
2022-11-13 15:06:10 -08:00
..
protos backend: remove Commit::is_open field from data model 2022-11-05 06:14:37 -07:00
backend.rs local_backend: use ContentHash rather than hashing protos 2022-11-12 21:40:36 -08:00
commit.rs backend: remove Commit::is_open field from data model 2022-11-05 06:14:37 -07:00
commit_builder.rs commit_builder: remove redundant for_open_commit() 2022-11-05 06:14:37 -07:00
conflicts.rs
content_hash.rs local_backend: use ContentHash rather than hashing protos 2022-11-12 21:40:36 -08:00
dag_walk.rs
diff.rs
file_util.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
files.rs
git.rs cli: include message from GitExportError to user 2022-11-13 15:06:10 -08:00
git_backend.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
gitignore.rs
index.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
index_store.rs
lib.rs simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00
local_backend.rs local_backend: use ContentHash rather than hashing protos 2022-11-12 21:40:36 -08:00
lock.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
matchers.rs
nightly_shims.rs
op_heads_store.rs
op_store.rs simple_op_store: hash view/operation data directly 2022-11-12 21:40:36 -08:00
operation.rs
proto_op_store.rs simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00
refs.rs
repo.rs repo: simplify unsafe cast of view reference 2022-11-12 01:03:48 +09:00
repo_path.rs local_backend: use ContentHash rather than hashing protos 2022-11-12 21:40:36 -08:00
revset.pest
revset.rs revset: add present(set) predicate that suppresses NoSuchRevision error 2022-11-07 21:41:54 +09:00
revset_graph_iterator.rs
rewrite.rs commit_builder: remove redundant for_open_commit() 2022-11-05 06:14:37 -07:00
settings.rs Add --config-toml command-line argument for additional TOML config 2022-11-05 21:21:33 -07:00
simple_op_store.rs simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00
simple_op_store_model.rs simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00
simple_op_store_model.thrift simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00
stacked_table.rs tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs
working_copy.rs
workspace.rs