~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

`bzr remove` now just backs up changed files instead of annoying you

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
Improvements
95
95
************
96
96
 
 
97
* ``bzr remove`` now just backs up changed files instead of exiting,
 
98
  forcing you to choose to either keep or delete them. Bazaar will now delete
 
99
  the files if they can easily be recovered using revert, otherwise they
 
100
  will be backed up (adding an extention of the form .~#~).
 
101
  (Marius Kruger, #400554)
 
102
 
97
103
* Inventory entries now consume less memory (on 32-bit Ubuntu file entries
98
104
  have dropped from 68 bytes to 40, and directory entries from 120 bytes
99
105
  to 48).  (Andrew Bennetts)