34
34
longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
35
35
(Robert Collins, #416732)
37
* ``bzr info -v`` on a 2a format still claimed that it was a "Development
38
format" (John Arbash Meinel, #424392)
40
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
41
traceback. (Martin Pool, #109115)
43
* Conversion to 2a will create a single pack for all the new revisions (as
44
long as it ran without interruption). This improves both ``bzr upgrade``
45
and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
46
The autopack logic that occurs every 100 revisions during local
47
conversions was not returning that pack's identifier, which resulted in
48
the partial packs created during the conversion not being consolidated
49
at the end of the conversion process. (Robert Collins, #423818)
37
51
* Don't restrict the command name used to run the test suite.
38
52
(Vincent Ladeuil, #419950)
47
61
* Network streams now decode adjacent records of the same type into a
48
62
single stream, reducing layering churn. (Robert Collins)
64
* Prevent some kinds of incomplete data from being committed to a 2a
65
repository, such as revisions without inventories or inventories without
66
chk_bytes root records.
67
(Andrew Bennetts, #423506)
75
* Help on hooks no longer says 'Not deprecated' for hooks that are
76
currently supported. (Ian Clatworthy, #422415)
100
122
longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
101
123
(Robert Collins, #416732)
125
* ``bzr info -v`` on a 2a format still claimed that it was a "Development
126
format" (John Arbash Meinel, #424392)
103
128
* ``bzr log stacked-branch`` shows the full log including
104
129
revisions that are in the fallback repository. (Regressed in 2.0rc1).
105
130
(John Arbash Meinel, #419241)
132
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
133
traceback. (Martin Pool, #109115)
135
* Conversion to 2a will create a single pack for all the new revisions (as
136
long as it ran without interruption). This improves both ``bzr upgrade``
137
and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
138
The autopack logic that occurs every 100 revisions during local
139
conversions was not returning that pack's identifier, which resulted in
140
the partial packs created during the conversion not being consolidated
141
at the end of the conversion process. (Robert Collins, #423818)
143
* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
144
Groups that are seen as 'underutilized' will be repacked on-the-fly.
145
This means that when the source is fully packed, there is minimal
146
overhead during the fetch, but if the source is poorly packed the result
147
is a fairly well packed repository (not as good as 'bzr pack' but
148
good-enough.) (Robert Collins, John Arbash Meinel, #402652)
107
150
* Fix a potential segmentation fault when doing 'log' of a branch that had
108
151
ghosts in its mainline. (Evaluating None as a tuple is bad.)
109
152
(John Arbash Meinel, #419241)
119
162
* Network streams now decode adjacent records of the same type into a
120
163
single stream, reducing layering churn. (Robert Collins)
165
* Prevent some kinds of incomplete data from being committed to a 2a
166
repository, such as revisions without inventories or inventories without
167
chk_bytes root records.
168
(Andrew Bennetts, #423506)
173
* Help on hooks no longer says 'Not deprecated' for hooks that are
174
currently supported. (Ian Clatworthy, #422415)
125
176
* The main table of contents now provides links to the new Migration Docs
126
177
and Plugins Guide. (Ian Clatworthy)