~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: 2009-04-13 17:53:07 UTC
  • mfrom: (4241.15.17 dev6-help)
  • Revision ID: pqm@pqm.ubuntu.com-20090413175307-kzfbzfxgscia4sto
(mnordhoff) Correct development-rich-root description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3426
3426
# The following un-numbered 'development' formats should always just be aliases.
3427
3427
format_registry.register_metadir('development-rich-root',
3428
3428
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK1',
3429
 
    help='Current development format. Can convert data to and from pack-0.92 '
3430
 
        '(and anything compatible with pack-0.92) format repositories. '
3431
 
        'Repositories and branches in this format can only be read by bzr.dev. '
3432
 
        'Please read '
 
3429
    help='Current development format. Supports rich roots. Can convert data '
 
3430
        'to and from rich-root-pack (and anything compatible with '
 
3431
        'rich-root-pack) format repositories. Repositories and branches in '
 
3432
        'this format can only be read by bzr.dev. Please read '
3433
3433
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3434
3434
        'before use.',
3435
3435
    branch_format='bzrlib.branch.BzrBranchFormat7',