sapling/blobrepo/test
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
..
main.rs mononoke: fix computing of changed files 2019-03-08 06:28:49 -08:00
memory_manifest.rs monononoke hashes: remove usages of borrows of hashes which are Copy 2019-02-06 15:11:35 -08:00
utils.rs blobrepo/src/file.rs: use HgFileNodeId instead of HgNodeHash and propagate it 2019-02-07 04:04:28 -08:00