1790
1790
# TODO: handle extra trees in the dirstate.
1791
1791
if (extra_trees or specific_files == []):
1792
1792
# we can't fast-path these cases (yet)
1794
1794
include_unchanged, specific_files, pb, extra_trees,
1795
1795
require_versioned, want_unversioned=want_unversioned):