~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-09 17:15:17 UTC
  • mto: (5029.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5030.
  • Revision ID: v.ladeuil+lp@free.fr-20100209171517-1wzz1nh3d3nhnkbu
Move ReadonlyServer to bzrlib.tests.readonly

Show diffs side-by-side

added added

removed removed

Lines of Context:
3714
3714
format_registry.register('weave', BzrDirFormat6,
3715
3715
    'Pre-0.8 format.  Slower than knit and does not'
3716
3716
    ' support checkouts or shared repositories.',
 
3717
    hidden=True,
3717
3718
    deprecated=True)
3718
3719
format_registry.register_metadir('metaweave',
3719
3720
    'bzrlib.repofmt.weaverepo.RepositoryFormat7',
3720
3721
    'Transitional format in 0.8.  Slower than knit.',
3721
3722
    branch_format='bzrlib.branch.BzrBranchFormat5',
3722
3723
    tree_format='bzrlib.workingtree.WorkingTreeFormat3',
 
3724
    hidden=True,
3723
3725
    deprecated=True)
3724
3726
format_registry.register_metadir('knit',
3725
3727
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
3726
3728
    'Format using knits.  Recommended for interoperation with bzr <= 0.14.',
3727
3729
    branch_format='bzrlib.branch.BzrBranchFormat5',
3728
3730
    tree_format='bzrlib.workingtree.WorkingTreeFormat3',
 
3731
    hidden=True,
3729
3732
    deprecated=True)
3730
3733
format_registry.register_metadir('dirstate',
3731
3734
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
3735
3738
    # this uses bzrlib.workingtree.WorkingTreeFormat4 because importing
3736
3739
    # directly from workingtree_4 triggers a circular import.
3737
3740
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3741
    hidden=True,
3738
3742
    deprecated=True)
3739
3743
format_registry.register_metadir('dirstate-tags',
3740
3744
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
3743
3747
        ' Incompatible with bzr < 0.15.',
3744
3748
    branch_format='bzrlib.branch.BzrBranchFormat6',
3745
3749
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3750
    hidden=True,
3746
3751
    deprecated=True)
3747
3752
format_registry.register_metadir('rich-root',
3748
3753
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit4',
3750
3755
        ' bzr < 1.0.',
3751
3756
    branch_format='bzrlib.branch.BzrBranchFormat6',
3752
3757
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3758
    hidden=True,
3753
3759
    deprecated=True)
3754
3760
format_registry.register_metadir('dirstate-with-subtree',
3755
3761
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit3',
3766
3772
    help='New in 0.92: Pack-based format with data compatible with '
3767
3773
        'dirstate-tags format repositories. Interoperates with '
3768
3774
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
3769
 
        'Previously called knitpack-experimental.  '
3770
 
        'For more information, see '
3771
 
        'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
 
3775
        ,
3772
3776
    branch_format='bzrlib.branch.BzrBranchFormat6',
3773
3777
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3774
3778
    )
3777
3781
    help='New in 0.92: Pack-based format with data compatible with '
3778
3782
        'dirstate-with-subtree format repositories. Interoperates with '
3779
3783
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
3780
 
        'Previously called knitpack-experimental.  '
3781
 
        'For more information, see '
3782
 
        'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
 
3784
        ,
3783
3785
    branch_format='bzrlib.branch.BzrBranchFormat6',
3784
3786
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3785
3787
    hidden=True,
3791
3793
         '(needed for bzr-svn and bzr-git).',
3792
3794
    branch_format='bzrlib.branch.BzrBranchFormat6',
3793
3795
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3796
    hidden=True,
3794
3797
    )
3795
3798
format_registry.register_metadir('1.6',
3796
3799
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5',
3799
3802
         'not present locally.',
3800
3803
    branch_format='bzrlib.branch.BzrBranchFormat7',
3801
3804
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3805
    hidden=True,
3802
3806
    )
3803
3807
format_registry.register_metadir('1.6.1-rich-root',
3804
3808
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5RichRoot',
3806
3810
         '(needed for bzr-svn and bzr-git).',
3807
3811
    branch_format='bzrlib.branch.BzrBranchFormat7',
3808
3812
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3813
    hidden=True,
3809
3814
    )
3810
3815
format_registry.register_metadir('1.9',
3811
3816
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6',
3814
3819
         'performance for most operations.',
3815
3820
    branch_format='bzrlib.branch.BzrBranchFormat7',
3816
3821
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3822
    hidden=True,
3817
3823
    )
3818
3824
format_registry.register_metadir('1.9-rich-root',
3819
3825
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6RichRoot',
3821
3827
         '(needed for bzr-svn and bzr-git).',
3822
3828
    branch_format='bzrlib.branch.BzrBranchFormat7',
3823
3829
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
 
3830
    hidden=True,
3824
3831
    )
3825
3832
format_registry.register_metadir('1.14',
3826
3833
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6',
3842
3849
        'to and from rich-root-pack (and anything compatible with '
3843
3850
        'rich-root-pack) format repositories. Repositories and branches in '
3844
3851
        'this format can only be read by bzr.dev. Please read '
3845
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3852
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3846
3853
        'before use.',
3847
3854
    branch_format='bzrlib.branch.BzrBranchFormat7',
3848
3855
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3849
3856
    experimental=True,
3850
3857
    alias=True,
 
3858
    hidden=True,
3851
3859
    )
3852
3860
format_registry.register_metadir('development-subtree',
3853
3861
    'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment2Subtree',
3855
3863
        'from pack-0.92-subtree (and anything compatible with '
3856
3864
        'pack-0.92-subtree) format repositories. Repositories and branches in '
3857
3865
        'this format can only be read by bzr.dev. Please read '
3858
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3866
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3859
3867
        'before use.',
3860
3868
    branch_format='bzrlib.branch.BzrBranchFormat7',
3861
3869
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3862
3870
    experimental=True,
 
3871
    hidden=True,
3863
3872
    alias=False, # Restore to being an alias when an actual development subtree format is added
3864
3873
                 # This current non-alias status is simply because we did not introduce a
3865
3874
                 # chk based subtree format.
3870
3879
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK1',
3871
3880
    help='pack-1.9 with 255-way hashed CHK inv, group compress, rich roots '
3872
3881
        'Please read '
3873
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3882
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3874
3883
        'before use.',
3875
3884
    branch_format='bzrlib.branch.BzrBranchFormat7',
3876
3885
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3882
3891
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK2',
3883
3892
    help='pack-1.9 with 255-way hashed CHK inv, bencode revision, group compress, '
3884
3893
        'rich roots. Please read '
3885
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3894
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3886
3895
        'before use.',
3887
3896
    branch_format='bzrlib.branch.BzrBranchFormat7',
3888
3897
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3909
3918
    branch_format='bzrlib.branch.BzrBranchFormat7',
3910
3919
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3911
3920
    alias=True,
 
3921
    hidden=True,
3912
3922
    help='Same as 2a.')
3913
3923
 
3914
3924
# The current format that is made on 'bzr init'.