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

  • Committer: Aaron Bentley
  • Date: 2009-04-28 20:12:44 UTC
  • mto: This revision was merged to the branch mainline in revision 4316.
  • Revision ID: aaron@aaronbentley.com-20090428201244-jm84ghz5hdxt6hww
ReconfigureĀ preservesĀ referenceĀ locations.

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: