jj/cli
Evan Mesterhazy e0c53bcfc0 Rewrite rebasing in jj split using transform_descendants()
This is following on the rewrite for `parallelize`.

- https://github.com/martinvonz/jj/pull/3521

Since rebase_descendants from rebase.rs is no longer used outside of that file,
it can be made private again.
2024-04-21 12:21:39 -04:00
..
examples working_copy: allow load_working_copy() to return error 2024-04-19 15:22:37 -07:00
src Rewrite rebasing in jj split using transform_descendants() 2024-04-21 12:21:39 -04:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests Rewrite rebasing in jj split using transform_descendants() 2024-04-21 12:21:39 -04:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE