/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: Robert Collins
  • Date: 2008-09-25 22:25:09 UTC
  • mto: (3735.2.2 repository)
  • mto: This revision was merged to the branch mainline in revision 3749.
  • Revision ID: robertc@robertcollins.net-20080925222509-1cpsw55esrjycw9e
Remove 1.5 series dev formats and document development2 a little better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        urlutils,
37
37
        )
38
38
from bzrlib.config import BranchConfig
39
 
from bzrlib.repofmt.pack_repo import RepositoryFormatPackDevelopment1Subtree
 
39
from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack5RichRoot
40
40
from bzrlib.tag import (
41
41
    BasicTags,
42
42
    DisabledTags,
1346
1346
    def __init__(self):
1347
1347
        super(BzrBranchFormat7, self).__init__()
1348
1348
        self._matchingbzrdir.repository_format = \
1349
 
            RepositoryFormatPackDevelopment1Subtree()
 
1349
            RepositoryFormatKnitPack5RichRoot()
1350
1350
 
1351
1351
    def supports_stacking(self):
1352
1352
        return True