sapling/reachabilityindex
Stanislau Hlebik e6c8ef00aa mononoke: fix computing of changed files
Summary:
The problem was in using `file_changes()` of a bonsai object. If a file
replaces a directory, then it just returns an added file, but not a removed
directory.

However `changed_entry_stream` didn't return an entry if just it's mode was changed (i.e. file became executable, or file became a symlink). This diff fixes it as well

Let's use the same computing changing files method instead of `file_changes()`.

Differential Revision: D14279470

fbshipit-source-id: 976b0abd93646f7d68137c83cb07a8564922ce17
2019-03-08 06:28:49 -08:00
..
common/src mononoke: split reachability index 2019-01-31 00:41:48 -08:00
if mononoke: rename crates to contain underscores instead of dashes 2019-03-06 07:18:28 -08:00
skiplist/src mononoke: fix computing of changed files 2019-03-08 06:28:49 -08:00
src mononoke: split reachability index 2019-01-31 00:41:48 -08:00
test-helpers/src mononoke: fix computing of changed files 2019-03-08 06:28:49 -08:00