~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(spiv) Don't propagate unexpected exceptions during NotBranchError.__str__
 (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
Bug Fixes
20
20
*********
21
21
 
 
22
* ``NotBranchError`` no longer allows errors from calling
 
23
  ``bzrdir.open_repository()`` to propagate.  This is unhelpful at best,
 
24
  and at worst can trigger infinite loops in callers.  (Andrew Bennetts)
 
25
  
22
26
* Skip tests that needs a bzr source tree when there isn't one. This is
23
27
  needed to succesfully run the test suite for installed versions.
24
28
  (Vincent Ladeuil, #644855).