~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-01 07:33:18 UTC
  • mfrom: (1900.2.2 bzr.merge.54651)
  • Revision ID: pqm@pqm.ubuntu.com-20060801073318-1e91a2ca9073f815
(john) external diff fixes (#54651)

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
    * When reading revision properties, and empty value should be considered
206
206
      the empty string, not None (John Arbash Meinel, #47782)
207
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
 
208
212
    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)
209
213
 
210
214
  INTERNALS: