~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Martin Pool
  • Date: 2005-11-01 21:51:17 UTC
  • mfrom: (1185.16.147)
  • mto: (1185.33.49 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: mbp@sourcefrog.net-20051101215117-e7c33dde397b2350
[merge] main -> bzr.mbp.basic_io

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: