sapling/mononoke_api/src
Mateusz Kwapich bdeeadb5f8 inlude copy/move information in commit_compare API
Summary:
D18224367 introduces `compare_with_parents` that also includes copy/move information but it turned out that we'd also need to do manifest diff in that case as the bonsai doesn't have all the necessary info (so the perf of that call becomes very similar to this one).

Until I figure out what I want to do with the other call I can still provide
some copy/move information so we can start redirecting diff traffic to the new service.

Reviewed By: markbt

Differential Revision: D18505946

fbshipit-source-id: 12bebb368f999afff01d3a5f8aebc97f338ff162
2019-11-15 05:41:28 -08:00
..
test mononoke_api: add WarmBookmarksCache to mononoke_api::Repo 2019-10-28 08:00:07 -07:00
changeset_path_diff.rs inlude copy/move information in commit_compare API 2019-11-15 05:41:28 -08:00
changeset_path.rs implementation for commit_compare method 2019-11-07 07:52:34 -08:00
changeset.rs inlude copy/move information in commit_compare API 2019-11-15 05:41:28 -08:00
errors.rs implementation for commit_compare method 2019-11-07 07:52:34 -08:00
file.rs Yearless license header 2019-10-11 13:52:34 -07:00
legacy.rs rust: Replace derive(Fail) with derive(Error) 2019-11-14 22:04:37 -08:00
lib.rs mononoke: add --readonly-storage option to cmdlib 2019-11-13 05:31:14 -08:00
repo.rs mononoke: extend --readonly-storage support to sqlite 2019-11-15 00:57:52 -08:00
specifiers.rs Update scs to make it use globalrevs 2019-11-07 12:39:38 -08:00
tree.rs Yearless license header 2019-10-11 13:52:34 -07:00