~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-05 05:11:39 UTC
  • mfrom: (2796.1.4 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070905051139-bogf0ne9pzsbsrs3
Use None to indicate 'no specific files' in revert, iter_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
     standard options as the base definition of these is now more complex
260
260
     than before thanks to their use of a custom callback. (Ian Clatworthy)
261
261
      
 
262
    * Tree._iter_changes(specific_file=[]) now iterates through no files,
 
263
      instead of iterating through all files.  None is used to iterate through
 
264
      all files.  (Aaron Bentley)
 
265
 
 
266
    * WorkingTree.revert() now accepts None to revert all files.  The use of
 
267
      [] to revert all files is deprecated.  (Aaron Bentley)
 
268
 
262
269
 
263
270
bzr 0.90 2007-08-28
264
271
===================