sapling/treemanifest
Durham Goode 4f326d2c38 treemanifest: don't call set for files that didn't actually change
We compute which files have changed by looking at the manifest deltas. It's
possible that a manifest delta may contain an entry that deletes a file, then
replaces that file with the exact same content. This results in an unnecessary
set operation. Let's catch that earlier and avoid the set.
2016-10-14 16:01:12 -07:00
..
__init__.py treemanifest: don't call set for files that didn't actually change 2016-10-14 16:01:12 -07:00