~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 11:27:40 UTC
  • mfrom: (5389.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20100901112740-kt9s91eujt7ayp3m
(jelmer) Add development8-subtree development format which combines nested
 tree support and CHK repositories. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2918
2918
 
2919
2919
    def _get_matching_bzrdir(self):
2920
2920
        return bzrdir.format_registry.make_bzrdir(
2921
 
            'development-subtree')
 
2921
            'development5-subtree')
2922
2922
 
2923
2923
    def _ignore_setting_bzrdir(self, format):
2924
2924
        pass