1683
1711
utf8_decode = cache_utf8._utf8_decode
1684
1712
_minikind_to_kind = dirstate.DirState._minikind_to_kind
1685
1714
# NB: show_status depends on being able to pass in non-versioned files
1686
1715
# and report them as unknown
1687
1716
# TODO: handle extra trees in the dirstate.
1688
1717
# TODO: handle comparisons as an empty tree as a different special
1691
1721
# we can't fast-path these cases (yet)
1692
1722
for f in super(InterDirStateTree, self)._iter_changes(
1693
1723
include_unchanged, specific_files, pb, extra_trees,