~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/reconfigure.py

  • Committer: Aaron Bentley
  • Date: 2008-01-18 03:33:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3196.
  • Revision ID: abentley@panoramicfeedback.com-20080118033347-rxtxoegi3w0nocj6
Preserve tags converting from lightweight checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
            local_branch = self.bzrdir.create_branch()
237
237
            if last_revision_info is not None:
238
238
                local_branch.set_last_revision_info(*last_revision_info)
 
239
            if self._destroy_reference:
 
240
                self.referenced_branch.tags.merge_to(local_branch.tags)
239
241
        else:
240
242
            local_branch = self.local_branch
241
243
        if self._create_reference: