~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

 * bzr add now lists how many files were ignored per glob.  add --verbose
   lists the specific files.  (Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    * 'bzr add' now takes a --dry-run parameter which shows you what would be
96
96
      added, but doesn't actually add anything. (Michael Ellerman)
97
97
 
 
98
    * bzr add now lists how many files were ignored per glob.  add --verbose
 
99
      lists the specific files.  (Aaron Bentley)
 
100
 
98
101
  BUG FIXES:
99
102
 
100
103
    * SFTP can walk up to the root path without index errors. (Robert Collins)