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

  • Committer: Martin Pool
  • Date: 2007-03-23 07:58:54 UTC
  • mfrom: (2374 +trunk)
  • mto: (2323.5.2 0.15)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: mbp@sourcefrog.net-20070323075854-5o2n6k8a8kuejges
merge jam's integrated changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
690
690
            format.repository_format = weaverepo.RepositoryFormat7()
691
691
        else:
692
692
            format = self.repository.bzrdir.checkout_metadir()
693
 
            format.branch_format = self._format
 
693
            format.set_branch_format(self._format)
694
694
        return format
695
695
 
696
696
    def create_checkout(self, to_location, revision_id=None,