6
6
.. contents:: List of Releases
9
* Repositories using CHK pages (which includes the new 2a format) will no
10
longer error during commit or push operations when an autopack operation
11
is triggered. (Robert Collins, #365615)
13
* ``GroupCompress`` repositories now take advantage of the pack hints
14
parameter to permit cross-format fetching to incrementally pack the
15
converted data. (Robert Collins)
17
* ``Repository.commit_write_group`` now returns opaque data about what
18
was committed, for passing to the ``Repository.pack``. Repositories
19
without atomic commits will still return None. (Robert Collins)
21
* ``Repository.pack`` now takes an optional ``hint`` parameter
22
which will support doing partial packs for repositories that can do
23
that. (Robert Collins)
25
* RepositoryFormat has a new attribute 'pack_compresses' which is True
26
when doing a pack operation changes the compression of content in the
27
repository. (Robert Collins)
29
* ``StreamSink`` and ``InterDifferingSerialiser`` will call
30
``Repository.pack`` with the hint returned by
31
``Repository.commit_write_group`` if the formats were different and the
32
repository can increase compression by doing a pack operation.
33
(Robert Collins, #376748)
9
35
bzr 1.16 "It's yesterday in California" 2009-06-18
10
36
##################################################
11
37
:Codename: yesterday-in-california