sapling/eden/fs/store/test
Genevieve Helsel aae83490c9 compare blob contents sha1 in Diff.cpp
Summary: Even if blobs have different hashes, they could have the same contents. For example, if between the two revisions being compared, if a file was changed and then later reverted. In that case, the contents would be the same but the blobs would have different hashes. Currently, `getScmStatusBetweenRevisions()` would report false positives in this case. This is also needed so we do not report false positives in `getScmStatus()` when hit this code path

Reviewed By: simpkins

Differential Revision: D18647086

fbshipit-source-id: 66e12648a24fd7e5612eee5e599a5b81c7c5f2d1
2019-11-22 08:09:37 -08:00
..
BlobAccessTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
BlobCacheTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
CMakeLists.txt update license headers in CMake files 2019-06-19 17:02:46 -07:00
DiffTest.cpp compare blob contents sha1 in Diff.cpp 2019-11-22 08:09:37 -08:00
LocalStoreTest.cpp clang-format 2019-10-24 14:56:43 -07:00
LocalStoreTest.h Tidy up license headers 2019-10-11 05:28:23 -07:00
ObjectStoreTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
RocksDbLocalStoreTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00