~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Fix the default target name in 'bzr branch' when there is no
 selected colocated branch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
29
 
* "bzr switch -b" in a standalone tree will now create a colocated branch.
 
29
* ``bzr switch -b`` in a standalone tree will now create a colocated branch.
30
30
  (Jelmer Vernooij, #918197)
31
31
 
32
32
* ``bzr info`` now reports when there are present (but unused) colocated
47
47
* ``bzr branch`` now fetches revisions when branching into an empty
48
48
  control directory. (Jelmer Vernooij, #905594)
49
49
 
 
50
* ``bzr branch`` generates correct target branch locations again if not
 
51
  specified. (Jelmer Vernooij, #919218)
 
52
 
50
53
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
51
54
  (Vincent Ladeuil, #917733)
52
55