~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: 2011-07-21 07:51:22 UTC
  • mfrom: (6034.1.1 filter-tree)
  • Revision ID: pqm@pqm.ubuntu.com-20110721075122-l9d0n4d3pk4p3hfg
(mbp) add ContentFilterTree decorator and use it for cat and export (Martin
 Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
 
278
278
        :param file_id: The file_id of the file.
279
279
        :param path: The path of the file.
 
280
 
280
281
        If both file_id and path are supplied, an implementation may use
281
282
        either one.
 
283
 
 
284
        :returns: A single byte string for the whole file.
282
285
        """
283
286
        my_file = self.get_file(file_id, path)
284
287
        try: