jj/lib
Yuya Nishihara db0a4bccc5 diff: make diff() function accept any number of inputs
So that more tests can leverage diff::diff() helper.

I also removed the fast path for identical inputs. This function is only used by
tests and benches, and production code usually compares content hashes first.
2024-08-19 11:54:58 +09: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 diff: make diff() function accept any number of inputs 2024-08-19 11:54:58 +09:00
tests working_copy: delete path() method from trait 2024-08-16 16:55:14 -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