~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-06 09:51:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6138.
  • Revision ID: jelmer@samba.org-20110906095145-v9vkxqyjkh3f153r
"bzr add" warns about nested trees that are skipped.

Show diffs side-by-side

added added

removed removed

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