/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Aaron Bentley
  • Date: 2008-06-06 16:14:45 UTC
  • mto: This revision was merged to the branch mainline in revision 3483.
  • Revision ID: aaron@aaronbentley.com-20080606161445-b7ii90zduprtigkb
Rename mutate_tree to delta_from_tree, add comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
1360
1360
                if basis_root_id is not None:
1361
1361
                    wt._set_root_id(basis_root_id)
1362
1362
                    wt.flush()
 
1363
                # delta_from_tree is safe even for DirStateRevisionTrees,
 
1364
                # because wt4.apply_inventory_delta does not mutate the input
 
1365
                # inventory entries.
1363
1366
                transform.build_tree(basis, wt, accelerator_tree,
1364
 
                                     hardlink=hardlink, mutate_tree=True)
 
1367
                                     hardlink=hardlink, delta_from_tree=True)
1365
1368
            finally:
1366
1369
                basis.unlock()
1367
1370
        finally: