/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: Alexander Belchenko
  • Date: 2008-04-07 07:49:46 UTC
  • mto: (3511.1.1 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 3512.
  • Revision ID: bialix@ukr.net-20080407074946-wlhszbw47p45rjof
Tree.print_file and Repository.print_file are deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
423
423
        """
424
424
        return find_ids_across_trees(paths, [self] + list(trees), require_versioned)
425
425
 
 
426
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
426
427
    def print_file(self, file_id):
427
428
        """Print file with id `file_id` to stdout."""
428
429
        import sys