/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

Merge with paths2ids

Show diffs side-by-side

added added

removed removed

Lines of Context:
672
672
    at least one tree.
673
673
    :return: a set of file ids for the specified filenames and their children.
674
674
    """
675
 
    if filenames is None:
 
675
    if not filenames:
676
676
        return None
677
677
    specified_path_ids = _find_ids_across_trees(filenames, trees,
678
678
        require_versioned)