Transform.conflict_pass can avoid accessing tree.inventory.
It used to pass because all parent dirs were already noted to the Transform, however now only changed files are noted (and that dir wasn't changed, just the child). However, we want to avoid tree.inventory anyway, since PreviewTree doesn't implement it.