~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-02-11 08:47:14 UTC
  • mto: (4634.132.1 2.0)
  • mto: This revision was merged to the branch mainline in revision 5033.
  • Revision ID: mbp@sourcefrog.net-20100211084714-adamqj47rrh96txd
_yield_canonical_inventory_paths copes better with case sensitivity.

If there is an exact case match that should be prefered to an approximate match.

Based on a patch by Chris Jones.

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``.