~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.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:
953
953
            a PathsNotVersionedError will be thrown.
954
954
        :param want_unversioned: Scan for unversioned paths.
955
955
        """
956
 
        # NB: show_status depends on being able to pass in non-versioned files
957
 
        # and report them as unknown
958
956
        trees = (self.source,)
959
957
        if extra_trees is not None:
960
958
            trees = trees + tuple(extra_trees)