~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Jelmer Vernooij
  • Date: 2005-11-04 17:26:05 UTC
  • mfrom: (1185.16.146)
  • mto: (1185.33.1)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: jelmer@samba.org-20051104172605-9288f261492667fd
MergeĀ fromĀ 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: