~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: mbp at sourcefrog
  • Date: 2007-02-13 05:22:39 UTC
  • mfrom: (2279 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2283.
  • Revision ID: mbp@sourcefrog.net-20070213052239-09atqsahwth6zdm1
(merge) trunk

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.