Rev 3142: (Jelmer) No longer mark the rich-root-pack format as experimental. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Dec 21 19:00:06 GMT 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3142
revision-id:pqm at pqm.ubuntu.com-20071221185957-5w2bqxno9wfqadyx
parent: pqm at pqm.ubuntu.com-20071221170916-8bvsgjun07d5a6y8
parent: jelmer at samba.org-20071221155102-zob9199gl98ygj0t
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2007-12-21 18:59:57 +0000
message:
  (Jelmer) No longer mark the rich-root-pack format as experimental.
modified:
  bzrlib/bzrdir.py               bzrdir.py-20060131065624-156dfea39c4387cb
    ------------------------------------------------------------
    revno: 3139.1.1
    revision-id:jelmer at samba.org-20071221155102-zob9199gl98ygj0t
    parent: pqm at pqm.ubuntu.com-20071221145325-erktp9le86ik56j1
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: bzr.dev
    timestamp: Fri 2007-12-21 16:51:02 +0100
    message:
      No longer mark the rich-root-pack format as experimental.
    modified:
      bzrlib/bzrdir.py               bzrdir.py-20060131065624-156dfea39c4387cb
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py	2007-12-20 15:21:48 +0000
+++ b/bzrlib/bzrdir.py	2007-12-21 15:51:02 +0000
@@ -2591,10 +2591,8 @@
 format_registry.register_metadir('rich-root-pack',
     'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack4',
     help='New in 1.0: Pack-based format with data compatible with '
-        'rich-root format repositories. Interoperates with '
-        'bzr repositories before 0.92 but cannot be read by bzr < 1.0. '
-        'NOTE: This format is experimental. Before using it, please read '
-        'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
+        'rich-root format repositories. Incompatible with'
+        ' bzr < 1.0',
     branch_format='bzrlib.branch.BzrBranchFormat6',
     tree_format='bzrlib.workingtree.WorkingTreeFormat4',
     hidden=False,




More information about the bazaar-commits mailing list