~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Propagate the NoSuchFile error in show_push_branch when
        create_prefix is True.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
 
8
bzr 2.0.5 (not released yet)
 
9
############################
 
10
 
 
11
:Codename:
 
12
:2.0.5:
 
13
 
 
14
Bug Fixes
 
15
*********
 
16
 
 
17
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
 
18
  error, report that error rather than failing with an unhelpful
 
19
  ``UnboundLocalError``.
 
20
  (Andrew Bennetts, #423563)
 
21
 
8
22
bzr 2.0.4
9
23
#########
10
24