~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

UnbreakĀ statusĀ --short.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1398
1398
        # NB: show_status depends on being able to pass in non-versioned files
1399
1399
        # and report them as unknown
1400
1400
            # TODO: handle extra trees in the dirstate.
1401
 
        if (extra_trees or
1402
 
            # TODO: handle specific files
1403
 
            specific_files):
 
1401
        if extra_trees:
1404
1402
            for f in super(InterDirStateTree, self)._iter_changes(
1405
1403
                include_unchanged, specific_files, pb, extra_trees,
1406
1404
                require_versioned):