~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: 2008-09-02 03:59:07 UTC
  • mfrom: (3653.2.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080902035907-3b81euge0gyypozk
Remove obsolete dev formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3067
3067
    alias=True,
3068
3068
    )
3069
3069
# And the development formats which the will have aliased one of follow:
3070
 
format_registry.register_metadir('development0',
3071
 
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment0',
3072
 
    help='Trivial rename of pack-0.92 to provide a development format. '
3073
 
        'Please read '
3074
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3075
 
        'before use.',
3076
 
    branch_format='bzrlib.branch.BzrBranchFormat6',
3077
 
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3078
 
    hidden=True,
3079
 
    experimental=True,
3080
 
    )
3081
 
format_registry.register_metadir('development0-subtree',
3082
 
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment0Subtree',
3083
 
    help='Trivial rename of pack-0.92-subtree to provide a development format. '
3084
 
        'Please read '
3085
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3086
 
        'before use.',
3087
 
    branch_format='bzrlib.branch.BzrBranchFormat6',
3088
 
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3089
 
    hidden=True,
3090
 
    experimental=True,
3091
 
    )
3092
3070
format_registry.register_metadir('development1',
3093
3071
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment1',
3094
3072
    help='A branch and pack based repository that supports stacking. '