~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

Merge updated set_parents api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    """
145
145
    file_list = _prepare_file_list(file_list)
146
146
    tree = WorkingTree.open_containing(file_list[0])[0]
147
 
    return smart_add_tree(tree, file_list, recurse, action=action)
 
147
    return smart_add_tree(tree, file_list, recurse, action=action, save=save)
148
148
 
149
149
 
150
150
class FastPath(object):