~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Robert Collins
  • Date: 2005-10-17 00:00:33 UTC
  • mfrom: (1458)
  • mto: This revision was merged to the branch mainline in revision 1459.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051017000033-b7385b1772d31605
mergeĀ inĀ integration

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)