~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: 2007-11-26 15:13:29 UTC
  • mfrom: (2996.2.13 rich-root)
  • Revision ID: pqm@pqm.ubuntu.com-20071126151329-pnmm49obwettpwcd
Introduce rich-root-pack format

Show diffs side-by-side

added added

removed removed

Lines of Context:
2529
2529
    hidden=True,
2530
2530
    experimental=True,
2531
2531
    )
 
2532
format_registry.register_metadir('rich-root-pack',
 
2533
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack4',
 
2534
    help='New in 1.0: Pack-based format with data compatible with '
 
2535
        'rich-root format repositories. Interoperates with '
 
2536
        'bzr repositories before 0.92 but cannot be read by bzr < 1.0. '
 
2537
        'NOTE: This format is experimental. Before using it, please read '
 
2538
        'http://doc.bazaar-vcs.org/latest/developers/knitpack.html.',
 
2539
    branch_format='bzrlib.branch.BzrBranchFormat6',
 
2540
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
2541
    hidden=False,
 
2542
    experimental=True,
 
2543
    )
2532
2544
format_registry.set_default('dirstate-tags')