~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-30 05:12:24 UTC
  • mfrom: (5121.1.1 183504-ignores)
  • Revision ID: pqm@pqm.ubuntu.com-20100330051224-a8ubi9w2cd0upyb5
(mbp, for jspashett) cope with non-utf8 data in the ignore file

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
  ``add``.
140
140
  (Parth Malwankar, #335033, #300001)
141
141
 
 
142
* Cope with non-utf8 characters inside ``.bzrignore``.
 
143
  (Jason Spashett, #183504)
 
144
 
142
145
* Correctly interpret "451 Rename/move failure: Directory not empty" from
143
146
  ftp servers while trying to take a lock.
144
147
  (Martin Pool, #528722)