~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2010-01-29 10:36:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4992.
  • Revision ID: mbp@sourcefrog.net-20100129103623-hywka5hymo5z13jw
Change url to canonical.com or wiki, plus some doc improvements in passing

Show diffs side-by-side

added added

removed removed

Lines of Context:
3772
3772
    help='New in 0.92: Pack-based format with data compatible with '
3773
3773
        'dirstate-tags format repositories. Interoperates with '
3774
3774
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
3775
 
        'Previously called knitpack-experimental.  '
3776
 
        'For more information, see '
3777
 
        'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
 
3775
        ,
3778
3776
    branch_format='bzrlib.branch.BzrBranchFormat6',
3779
3777
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3780
3778
    )
3783
3781
    help='New in 0.92: Pack-based format with data compatible with '
3784
3782
        'dirstate-with-subtree format repositories. Interoperates with '
3785
3783
        'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
3786
 
        'Previously called knitpack-experimental.  '
3787
 
        'For more information, see '
3788
 
        'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
 
3784
        ,
3789
3785
    branch_format='bzrlib.branch.BzrBranchFormat6',
3790
3786
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3791
3787
    hidden=True,
3853
3849
        'to and from rich-root-pack (and anything compatible with '
3854
3850
        'rich-root-pack) format repositories. Repositories and branches in '
3855
3851
        'this format can only be read by bzr.dev. Please read '
3856
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3852
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3857
3853
        'before use.',
3858
3854
    branch_format='bzrlib.branch.BzrBranchFormat7',
3859
3855
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3867
3863
        'from pack-0.92-subtree (and anything compatible with '
3868
3864
        'pack-0.92-subtree) format repositories. Repositories and branches in '
3869
3865
        'this format can only be read by bzr.dev. Please read '
3870
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3866
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3871
3867
        'before use.',
3872
3868
    branch_format='bzrlib.branch.BzrBranchFormat7',
3873
3869
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3883
3879
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK1',
3884
3880
    help='pack-1.9 with 255-way hashed CHK inv, group compress, rich roots '
3885
3881
        'Please read '
3886
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3882
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3887
3883
        'before use.',
3888
3884
    branch_format='bzrlib.branch.BzrBranchFormat7',
3889
3885
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
3895
3891
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK2',
3896
3892
    help='pack-1.9 with 255-way hashed CHK inv, bencode revision, group compress, '
3897
3893
        'rich roots. Please read '
3898
 
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3894
        'http://doc.bazaar.canonical.com/latest/developers/development-repo.html '
3899
3895
        'before use.',
3900
3896
    branch_format='bzrlib.branch.BzrBranchFormat7',
3901
3897
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',