~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge bzr.dev.revno.1905

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
    * ``bzr status foo`` when foo was unversioned used to cause a full delta
203
203
      to be generated (John Arbash Meinel, #53638)
204
204
 
 
205
    * When reading revision properties, an empty value should be considered
 
206
      the empty string, not None (John Arbash Meinel, #47782)
 
207
 
 
208
    * ``bzr diff --diff-options`` can now handle binary files being changed.
 
209
      Also, the output is consistent when --diff-options is not supplied.
 
210
      (John Arbash Meinel, #54651, #52930)
 
211
 
 
212
    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)
 
213
 
205
214
  INTERNALS:
206
215
 
207
216
    * Combine the ignore rules into a single regex rather than looping over