/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 02:54:05 UTC
  • mto: This revision was merged to the branch mainline in revision 3483.
  • Revision ID: aaron@aaronbentley.com-20080606025405-l7e8qeh6spaym69x
Enable using a precomputed inventory delta for build_tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1361
1361
                    wt._set_root_id(basis_root_id)
1362
1362
                    wt.flush()
1363
1363
                transform.build_tree(basis, wt, accelerator_tree,
1364
 
                                     hardlink=hardlink)
 
1364
                                     hardlink=hardlink, mutate_tree=True)
1365
1365
            finally:
1366
1366
                basis.unlock()
1367
1367
        finally: