ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara e5255135bb op_walk: add function that reparents (and abandons) operation range
This will be used in "jj op abandon ..op_id" command. The "op_id..@" range will
be reparented onto the root operation.

The current implementation is good enough for local repos, but it won't scale.
We might want to extract it as a trait method or introduce OpIndex for
efficient DAG operation.
2024-01-04 11:44:36 +09:00
..
benches
gen-protos Use { workspace = true } to appease VS Code's Cargo.toml parser 2023-08-22 21:38:53 -07:00
src op_walk: add function that reparents (and abandons) operation range 2024-01-04 11:44:36 +09:00
tests op_walk: add function that reparents (and abandons) operation range 2024-01-04 11:44:36 +09:00
testutils test_rewrite.rs: stop using DescendantRebaser when testing EmptyBehavior 2024-01-01 18:51:36 -08:00
Cargo.toml lock: remove byteorder dependency from tests, use fs helper functions 2023-12-23 00:14:17 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00