/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: Aaron Bentley
  • Date: 2007-02-07 03:09:58 UTC
  • mfrom: (2268 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2269.
  • Revision ID: aaron.bentley@utoronto.ca-20070207030958-fx6ykp7rg7zma6xu
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
    All matches in all trees will be used, and all children of matched
348
348
    directories will be used.
349
349
 
350
 
    :param filenames: The filenames to find file_ids for
 
350
    :param filenames: The filenames to find file_ids for (if None, returns
 
351
        None)
351
352
    :param trees: The trees to find file_ids within
352
353
    :param require_versioned: if true, all specified filenames must occur in
353
354
    at least one tree.