~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-12-03 02:24:54 UTC
  • mfrom: (4634.101.4 2.0)
  • mto: This revision was merged to the branch mainline in revision 4857.
  • Revision ID: andrew.bennetts@canonical.com-20091203022454-m2gyhbcdqi1t7ujz
Merge lp:bzr/2.0 into lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
Bug Fixes
106
106
*********
107
 
* Fix for shell completion and short options.  (Benoît PIERRE)
 
107
 
 
108
* ``bzr push --use-existing-dir`` no longer crashes if the directory
 
109
  exists but contains an invalid ``.bzr`` directory.
 
110
  (Andrew Bennetts, #423563)
 
111
 
 
112
* Content filters are now applied correctly after pull, merge and switch.
 
113
  (Ian Clatworthy, #385879)
108
114
 
109
115
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
110
116
 
344
350
  start reading 'inventories', etc.) This can have a significant impact on
345
351
  peak memory for initial copies (~200MB). (John Arbash Meinel)
346
352
 
 
353
Improvements
 
354
************
 
355
 
 
356
Documentation
 
357
*************
 
358
 
 
359
API Changes
 
360
***********
 
361
 
 
362
Internals
 
363
*********
 
364
 
 
365
Testing
 
366
*******
 
367
 
347
368
 
348
369
bzr 2.0.2
349
370
#########