sapling/eden
Adam Simpkins f187baef89 fix bug incorrectly reporting a file as modified
Summary:
When comparing two source control blob hashes, identical hashes can be assumed
to mean that the file contents are equal.  However, differing hashes does not
necessarily mean that the file contents differ.  In particular, mercurial
hashes history metadata in addition to the file contents when computing the
blob hash.

This updates Eden to always compare the file contents when the source control
blob hashes differ, rather than assuming that the file contents are different.

Reviewed By: wez

Differential Revision: D7825900

fbshipit-source-id: e611124a66cdd5c44589f20d1d4665a603286530
2018-04-30 22:10:01 -07:00
..
cli thread the clone revision through when loading arcconfig 2018-04-28 17:03:33 -07:00
docs storage documentation tweaks 2018-04-13 12:37:53 -07:00
fs fix bug incorrectly reporting a file as modified 2018-04-30 22:10:01 -07:00
hooks Remove TARGETS files 2018-02-20 19:57:45 -08:00
integration fix bug incorrectly reporting a file as modified 2018-04-30 22:10:01 -07:00
py refactor CLI subcommand definitions 2018-04-19 17:59:51 -07:00
scripts unmount stale edenfs mounts in eden doctor 2018-01-19 11:06:51 -08:00
third-party Remove TARGETS files 2018-02-20 19:57:45 -08:00
AUTODEPS Set up arc lint to run autodeps automatically for Eden. 2017-11-21 18:23:41 -08:00
DEFS rename the CLI rule from cli to eden 2018-04-18 21:00:39 -07:00
Eden.project.toml Eden.project.toml file for Nuclide 2018-04-26 11:05:23 -07:00