dirstate-v2: skip evaluation of hgignore regex on cached directories
requested to merge topic/default/dirstate-v2-skip-ignore-regex-evaluation-for-cached-directories into branch/default
By making the computation of [has_ignored_ancestor] lazy we're eliding its computation in the common case when none of its descendants have changed on disk.
Edited by Arseniy Alekseyev