jj/lib
Martin von Zweigbergk e670837ff6 copies: implement copy support in MergedTree::diff_stream() as adapter
The support for copy tracing is already simply added to the stream
just before yielding the item, so we can easily implement it as a
stream adapter. That ensures that we use the same logic for the
iterator- and stream-based versions. More importantly, it enables
further cleanups and a simpler interface.
2024-08-18 22:16:41 -07:00
..
benches diff: make diff() function accept any number of inputs 2024-08-19 11:54:58 +09:00
gen-protos
proc-macros cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
src copies: implement copy support in MergedTree::diff_stream() as adapter 2024-08-18 22:16:41 -07:00
tests copies: implement copy support in MergedTree::diff_stream() as adapter 2024-08-18 22:16:41 -07:00
testutils copy-tracking: create CopyRecordMap and add it to diff summaries 2024-08-11 17:01:45 -04:00
Cargo.toml jj_lib: include indexmap as dependency 2024-08-12 21:48:17 +08:00
LICENSE