~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/reconfigure.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-01 22:03:39 UTC
  • mfrom: (4287.1.11 1.15-lru-gc)
  • Revision ID: pqm@pqm.ubuntu.com-20090501220339-msx1b0ouap06xsp9
(jam) Change the _LRUNode implementation to avoid cyclic refs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
                local_branch.set_last_revision_info(*last_revision_info)
303
303
            if self._destroy_reference:
304
304
                self.referenced_branch.tags.merge_to(local_branch.tags)
 
305
                self.referenced_branch.update_references(local_branch)
305
306
        else:
306
307
            local_branch = self.local_branch
307
308
        if self._create_reference: