jj/lib
Martin von Zweigbergk 4221c7cf5c op heads: remove handle_ancestor_ops() from trait
I think the idea behind `handle_ancestor_ops()` was to let our backend
at Google delegate the work to the server, which could then avoid
walking ancestors. However, we're now thinking that we're going to
make our server resolve divergent operations on its own instead, so
the client will never see more than one op head, unless it manually
creates the second op head itself (e.g. because the user ran two
concurrent commands). In those cases it should be fine to do the
walk. So let's simplify the trait by removing the function.
2023-12-28 09:17:42 -08:00
..
benches
gen-protos
src op heads: remove handle_ancestor_ops() from trait 2023-12-28 09:17:42 -08:00
tests split.rs: stop using DescendantRebaser::new 2023-12-24 19:25:16 -08:00
testutils transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
Cargo.toml lock: remove byteorder dependency from tests, use fs helper functions 2023-12-23 00:14:17 +09:00
LICENSE