/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Martin Pool
  • Date: 2009-11-14 11:06:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4828.
  • Revision ID: mbp@sourcefrog.net-20091114110651-3j2g1zlnhlg5gtyj
Remove obsolete comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
954
954
            a PathsNotVersionedError will be thrown.
955
955
        :param want_unversioned: Scan for unversioned paths.
956
956
        """
957
 
        # NB: show_status depends on being able to pass in non-versioned files
958
 
        # and report them as unknown
959
957
        trees = (self.source,)
960
958
        if extra_trees is not None:
961
959
            trees = trees + tuple(extra_trees)