~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Andrew Bennetts
  • Date: 2009-12-03 05:57:41 UTC
  • mfrom: (4857 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4869.
  • Revision ID: andrew.bennetts@canonical.com-20091203055741-vmmg0fmjgjw2pwvu
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2016
2016
            output. An unversioned file is defined as one with (False, False)
2017
2017
            for the versioned pair.
2018
2018
        """
2019
 
        # NB: show_status depends on being able to pass in non-versioned files
2020
 
        # and report them as unknown
2021
2019
        # TODO: handle extra trees in the dirstate.
2022
2020
        if (extra_trees or specific_files == []):
2023
2021
            # we can't fast-path these cases (yet)