~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bug fix for check - do not consider non rich root tree roots to have repository data during check. (Robert Collins, bug 416732)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
Bug Fixes
19
19
*********
20
20
 
 
21
* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
 
22
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
 
23
  (Robert Collins, #416732)
 
24
 
21
25
* Don't restrict the command name used to run the test suite.
22
26
  (Vincent Ladeuil, #419950)
23
27
 
57
61
Bug Fixes
58
62
*********
59
63
 
 
64
* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
 
65
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
 
66
  (Robert Collins, #416732)
 
67
 
60
68
* ``bzr log stacked-branch`` shows the full log including
61
69
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
62
70
  (John Arbash Meinel, #419241)