~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

Merged Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
    file_list = _prepare_file_list(file_list)
92
92
    user_list = file_list[:]
93
 
    inv = branch.read_working_inventory()
94
93
    tree = branch.working_tree()
 
94
    inv = tree.read_working_inventory()
95
95
    count = 0
96
96
 
97
97
    for f in file_list: