[MERGE][TRIVIAL] Remove the experimental flag from the format 'pack-0.92'

Goffredo Baroncelli kreijack at tiscalinet.it
Wed Jan 2 20:46:26 GMT 2008


Hi All, and happy new year;

the format pack-0.92 is marked as experimental, even tough it is the default.


  bzr.dev$ grep -A 11 -E "^format_registry.*pack-0.92'" bzrlib/bzrdir.py
  format_registry.register_metadir('pack-0.92',
      'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack1',
      help='New in 0.92: Pack-based format with data compatible with '
          'dirstate-tags format repositories. Interoperates with '
          'bzr repositories before 0.92 but cannot be read by bzr < 0.92. '
          'Previously called knitpack-experimental.  '
          'For more information, see '
          'http://doc.bazaar-vcs.org/latest/developers/packrepo.html.',
      branch_format='bzrlib.branch.BzrBranchFormat6',
      tree_format='bzrlib.workingtree.WorkingTreeFormat4',
      experimental=True,
      )
  --
  format_registry.set_default('pack-0.92')



The enclosed patch remove the "experimental" flag.

BR
Goffredo

-- 
gpg key@ keyserver.linux.it: Goffredo Baroncelli (ghigo) 
<kreijack_AT_inwind.it>
Key fingerprint = CE3C 7E01 6782 30A3 5B87  87C0 BB86 505C 6B2A CFF9
-------------- next part --------------
$ bzr diff
=== modified file 'bzrlib/bzrdir.py'
--- bzrlib/bzrdir.py    2007-12-22 00:03:14 +0000
+++ bzrlib/bzrdir.py    2008-01-02 20:28:44 +0000
@@ -2660,7 +2660,6 @@
     branch_format='bzrlib.branch.BzrBranchFormat6',
     tree_format='bzrlib.workingtree.WorkingTreeFormat4',
     hidden=True,
-    experimental=True,
     )
 format_registry.register_metadir('rich-root-pack',
     'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack4',

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20080102/a0be8c56/attachment.pgp 


More information about the bazaar mailing list