dirstate-tree: Add "non normal" and "from other parent" sets...
dirstate-tree: Add "non normal" and "from other parent" sets
Unlike the other DirstateMap implementation, these sets are not materialized
separately in memory. Instead we traverse the main tree.
Differential Revision:
https://phab.mercurial-scm.org/D10492