~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-04-30 15:00:23 UTC
  • mfrom: (4273.1.21 branch-subtree-locations)
  • Revision ID: pqm@pqm.ubuntu.com-20090430150023-1cw4lwqf312vpuu8
(abentley) Implement references command.

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: