~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

Changes from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1000
1000
def find_interesting(working_tree, target_tree, filenames):
1001
1001
    """Find the ids corresponding to specified filenames."""
1002
1002
    trees = (working_tree, target_tree)
1003
 
    return tree.specified_file_ids(filenames, trees)
 
1003
    return tree.find_ids_across_trees(filenames, trees)
1004
1004
 
1005
1005
 
1006
1006
def change_entry(tt, file_id, working_tree, target_tree,