~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) During commit, report missing files as "deleted",
 not as "modified". (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
.. Fixes for situations where bzr would previously crash or give incorrect
145
145
   or undesirable results.
146
146
 
 
147
* ``bzr commit`` now correctly reports missing files as "removed", not
 
148
  "modified". (Jelmer Vernooij, #553955)
 
149
 
147
150
* ``bzr reconfigure`` will now allow multiple non-conflicting requests
148
151
  in a single invocation, e.g. ``--branch`` and ``--use-shared``.
149
152
  (Martin von Gagern, #842993)