~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Ian Clatworthy
  • Date: 2007-10-25 06:17:57 UTC
  • mto: (2940.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2941.
  • Revision ID: ian.clatworthy@internode.on.net-20071025061757-mak2y7k5u0qgffkj
more review feedback from lifeless and poolie

Show diffs side-by-side

added added

removed removed

Lines of Context:
2492
2492
format_registry.register_metadir('knitpack-experimental',
2493
2493
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack1',
2494
2494
    help='New in 0.92: Pack-based format with data compatible with '
2495
 
        'dirstate-tags format repositories. Incompatible with bzr < 0.92. '
 
2495
        'dirstate-tags format repositories. Interoperates with '
 
2496
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
2496
2497
        'NOTE: This format is experimental. Before using it, please read '
2497
2498
        'http://doc.bazaar-vcs.org/latest/developers/knitpack.html.',
2498
2499
    branch_format='bzrlib.branch.BzrBranchFormat6',
2502
2503
format_registry.register_metadir('knitpack-subtree-experimental',
2503
2504
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack3',
2504
2505
    help='New in 0.92: Pack-based format with data compatible with '
2505
 
        'dirstate-with-subtree format repositories. '
2506
 
        'Incompatible with bzr < 0.92. '
 
2506
        'dirstate-with-subtree format repositories. Interoperates with '
 
2507
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
2507
2508
        'NOTE: This format is experimental. Before using it, please read '
2508
2509
        'http://doc.bazaar-vcs.org/latest/developers/knitpack.html.',
2509
2510
    branch_format='bzrlib.branch.BzrBranchFormat6',