~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

[merge] from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    count = 0
94
94
 
95
95
    for f in file_list:
96
 
        rf = branch.relpath(f)
 
96
        rf = tree.relpath(f)
97
97
        af = branch.abspath(rf)
98
98
 
99
99
        kind = bzrlib.osutils.file_kind(af)