~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(jelmer) "bzr add" warns when skipping a control directory. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
.. Improvements to existing commands, especially improved performance 
104
104
   or memory usage, or better results.
105
105
 
 
106
* ``bzr add`` will now warn about nested subtrees that are skipped.
 
107
  (Jelmer Vernooij, #187342)
 
108
 
106
109
* ``bzr commit -m ''`` can now be used to force an empty commit message.
107
110
  Entering an empty commit message in the message editor still triggers
108
111
  an error. (Jelmer Vernooij)