~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.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:
3290
3290
    alias=True,
3291
3291
    hidden=True,
3292
3292
    )
 
3293
register_metadir(controldir.format_registry, 'development5-subtree',
 
3294
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment2Subtree',
 
3295
    help='Development format, subtree variant. Can convert data to and '
 
3296
        'from pack-0.92-subtree (and anything compatible with '
 
3297
        'pack-0.92-subtree) format repositories. Repositories and branches in '
 
3298
        'this format can only be read by bzr.dev. Please read '
 
3299
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
 
3300
        'before use.',
 
3301
    branch_format='bzrlib.branch.BzrBranchFormat7',
 
3302
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
3303
    experimental=True,
 
3304
    hidden=True,
 
3305
    alias=False,
 
3306
    )
 
3307
 
 
3308
 
3293
3309
register_metadir(controldir.format_registry, 'development-subtree',
3294
 
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment2Subtree',
 
3310
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormat2aSubtree',
3295
3311
    help='Current development format, subtree variant. Can convert data to and '
3296
3312
        'from pack-0.92-subtree (and anything compatible with '
3297
3313
        'pack-0.92-subtree) format repositories. Repositories and branches in '
3341
3357
        # 'rich roots. Supported by bzr 1.16 and later.',
3342
3358
    branch_format='bzrlib.branch.BzrBranchFormat7',
3343
3359
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3344
 
    experimental=True,
 
3360
    experimental=False,
3345
3361
    )
3346
3362
 
3347
3363
# The following format should be an alias for the rich root equivalent