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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-18 12:54:37 UTC
  • mfrom: (2084.2.1 lightweight-update)
  • Revision ID: pqm@pqm.ubuntu.com-20061018125437-d8794b0eb9f111a7
Support updating lightweight checkouts of readonly branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        else:
377
377
            all_ids = set(base_tree)
378
378
            all_ids.update(other_tree)
379
 
        working_tree.lock_write()
 
379
        working_tree.lock_tree_write()
380
380
        self.tt = TreeTransform(working_tree, self.pb)
381
381
        try:
382
382
            self.pp.next_phase()