/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Marius Kruger
  • Date: 2010-07-13 16:21:59 UTC
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100713162159-8bv303l3lasn0rd0
add more beef to NEWS as per review

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
  formats is needed or when the format string for the object is
146
146
  encountered. (Robert Collins, Jelmer Vernooij)
147
147
 
148
 
* ``bzr remove`` now just backs up changed files, in stead of exiting
149
 
  forcing you to choose to either keep or delete them. (Marius Kruger, #400554)
 
148
* ``bzr remove`` now just backs up changed files instead of exiting,
 
149
  forcing you to choose to either keep or delete them. Bazaar will now delete
 
150
  the files if they can easily be recovered using revert, otherwise they
 
151
  will be backed up (adding an extention of the form .~#~).
 
152
  (Marius Kruger, #400554)
150
153
 
151
154
* The encoding that bzr uses to output things other than file content can
152
155
  now be overridden via the output_encoding configuration option.