/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.py

Partial updates for API changes in trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2664
2664
            wt._write_inventory(inv)
2665
2665
            wt.set_root_id(inv.root.file_id)
2666
2666
            wt.set_last_revision(revision_id)
2667
 
            build_tree(wt.basis_tree(), wt)
 
2667
            transform.build_tree(wt.basis_tree(), wt)
2668
2668
        finally:
2669
2669
            control_files.unlock()
2670
2670
            wt.unlock()