~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-09-09 07:52:11 UTC
  • mfrom: (6123.8.3 bug842993-reconfigure)
  • Revision ID: pqm@cupuasso-20110909075211-xu0wofzug3mzrh55
(vila) Document fix for #842993 in release notes. (Martin von Gagern)
 (Martin von Gagern)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
.. Fixes for situations where bzr would previously crash or give incorrect
138
138
   or undesirable results.
139
139
 
 
140
* ``bzr reconfigure`` will now allow multiple non-conflicting requests
 
141
  in a single invocation, e.g. ``--branch`` and ``--use-shared``.
 
142
  (Martin von Gagern, #842993)
 
143
 
140
144
* The pull command will now always use separate connections for the
141
145
  case where the destination is a heavyweight checkout of some remote
142
146
  branch on the same host as the source branch.