/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: Robert Collins
  • Date: 2008-07-01 03:38:35 UTC
  • mfrom: (3514 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3515.
  • Revision ID: robertc@robertcollins.net-20080701033835-dwbt0f0x3vmf5atr
Merge bzr.dev, fixing minor skew.

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