Current Storage Formats
=======================


:2a:
    (native) (default) First format for bzr 2.0 series. Uses group-
    compress storage. Provides rich roots which are a one-way
    transition.

:pack-0.92:
    (native) 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.

:1.14:
    (native) A working-tree format that supports content filtering.

:1.14-rich-root:
    (native) A variant of 1.14 that supports rich-root data (needed
    for bzr-svn and bzr-git).


See :doc:`formats-help` for more about storage formats.

