~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Stop accepting non-existant files in commit (#50793)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      paths. This may not work perfectly on all platforms, but has the best
85
85
      chance of working in the common case. (John Arbash Meinel, #56816)
86
86
 
 
87
    * When committing, only files that exist in working tree or basis tree
 
88
      may be specified (Aaron Bentley, #50793)
 
89
 
87
90
  PORTABILITY:
88
91
 
89
92
    * Fixes to run on Python 2.5 (Brian M. Carlson, Martin Pool, Marien Zwart)