~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: 2008-06-26 00:42:45 UTC
  • mfrom: (3511.1.2 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080626004245-dnw85so4xqg8r9hy
(bialix) Deprectate (Branch|Repository).print_file, fix cmd_cat

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        """
435
435
        return find_ids_across_trees(paths, [self] + list(trees), require_versioned)
436
436
 
 
437
    @symbol_versioning.deprecated_method(symbol_versioning.one_six)
437
438
    def print_file(self, file_id):
438
439
        """Print file with id `file_id` to stdout."""
439
440
        import sys