~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) fix renaming when entries differ only by case

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Bug Fixes
15
15
*********
16
16
 
 
17
* Handle renames correctly when there are files or directories that 
 
18
  differ only in case.  (Chris Jones, Martin Pool, #368931)
 
19
 
17
20
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
18
21
  error, report that error rather than failing with an unhelpful
19
22
  ``UnboundLocalError``.