~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: 2012-01-31 15:43:17 UTC
  • mfrom: (6437.3.28 2.5)
  • mto: (6437.23.1 2.5)
  • mto: This revision was merged to the branch mainline in revision 6458.
  • Revision ID: jelmer@samba.org-20120131154317-y028tz0r9xesvn9p
MergeĀ 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* Support for colocated branches is now available in the default
 
24
  format ("2a"). (Jelmer Vernooij)
 
25
 
23
26
Improvements
24
27
************
25
28
 
26
29
.. Improvements to existing commands, especially improved performance 
27
30
   or memory usage, or better results.
28
31
 
29
 
* "bzr switch -b" in a standalone tree will now create a colocated branch.
 
32
* ``bzr switch -b`` in a standalone tree will now create a colocated branch.
30
33
  (Jelmer Vernooij, #918197)
31
34
 
32
35
* ``bzr info`` now reports when there are present (but unused) colocated
36
39
  a control directory (but no branch or working tree).
37
40
  (Jelmer Vernooij, #913980)
38
41
 
 
42
* Colocated branches can now have names including forward slashes, to
 
43
  allow for namespaces. (Jelmer Vernooij, #907980)
 
44
 
39
45
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
40
46
 
 
47
* Checkouts of colocated branches are now always lightweight.
 
48
  (Jelmer Vernooij, #918828)
 
49
 
41
50
Bug Fixes
42
51
*********
43
52
 
47
56
* ``bzr branch`` now fetches revisions when branching into an empty
48
57
  control directory. (Jelmer Vernooij, #905594)
49
58
 
 
59
* ``bzr branch`` generates correct target branch locations again if not
 
60
  specified. (Jelmer Vernooij, #919218)
 
61
 
 
62
* ``bzr send`` works on treeless branches again.
 
63
  (Jelmer Vernooij, #921591)
 
64
 
50
65
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
51
66
  (Vincent Ladeuil, #917733)
52
67
 
82
97
 
83
98
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
84
99
 
 
100
* Add new module ``bzrlib.url_policy_open``. (Jelmer Vernooij, #850843)
 
101
 
85
102
* ``MutableTree`` has two new hooks ``pre_transform`` and
86
103
  ``post_transform`` that are called for tree transform operations.
87
104
  (Jelmer Vernooij, #912084)
88
105
 
 
106
 
89
107
Testing
90
108
*******
91
109
 
93
111
   suite.  This can include new facilities for writing tests, fixes to 
94
112
   spurious test failures and changes to the way things should be tested.
95
113
 
 
114
* Be more careful about closing open files for pypy interoperability.
 
115
  (Wouter van Heyst)
96
116
 
97
117
bzr 2.5b5
98
118
#########