~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-26 02:26:50 UTC
  • mfrom: (4792.5.5 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20091126022650-zjeqb0su8ak4oi6s
(mbp) remove bzrlib.textui

Show diffs side-by-side

added added

removed removed

Lines of Context:
2027
2027
            output. An unversioned file is defined as one with (False, False)
2028
2028
            for the versioned pair.
2029
2029
        """
2030
 
        # NB: show_status depends on being able to pass in non-versioned files
2031
 
        # and report them as unknown
2032
2030
        # TODO: handle extra trees in the dirstate.
2033
2031
        if (extra_trees or specific_files == []):
2034
2032
            # we can't fast-path these cases (yet)