jj/lib
Yuya Nishihara 5cc0bd0950 rewrite: fix duplicated commits to be rebased onto destination
I believe this was an oversight. "jj duplicate" should duplicate commits (=
patches), not trees.

This patch adds a separate test file because test_rewrite.rs is pretty big, and
we'll probably want to migrate CLI tests to jj-lib.
2024-11-21 10:49:51 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src rewrite: fix duplicated commits to be rebased onto destination 2024-11-21 10:49:51 +09:00
tests rewrite: fix duplicated commits to be rebased onto destination 2024-11-21 10:49:51 +09:00
testutils transaction: propagate errors from commit() 2024-11-13 23:05:24 -08:00
Cargo.toml cargo: import fix_filter from gix::filter::plumbing 2024-11-14 22:38:04 +09:00
LICENSE