~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

Fix docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
    
342
342
    :param filenames: The filenames to find file_ids for
343
343
    :param trees: The trees to find file_ids within
344
 
    :param require_versioned: if true, all specified filenames must
 
344
    :param require_versioned: if true, all specified filenames must occur in
 
345
    at least one tree.
 
346
    :return: a set of file ids for the specified filenames
345
347
    """
346
348
    if not filenames:
347
349
        interesting_ids = None