~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

[merge] bzr.dev 2294

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
    All matches in all trees will be used, and all children of matched
397
397
    directories will be used.
398
398
 
399
 
    :param filenames: The filenames to find file_ids for
 
399
    :param filenames: The filenames to find file_ids for (if None, returns
 
400
        None)
400
401
    :param trees: The trees to find file_ids within
401
402
    :param require_versioned: if true, all specified filenames must occur in
402
403
    at least one tree.