~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-28 12:47:17 UTC
  • mfrom: (6437.3.28 2.5)
  • mto: This revision was merged to the branch mainline in revision 6451.
  • Revision ID: jelmer@canonical.com-20120128124717-80ggi7q1y7m2wjf0
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
* Checkouts of colocated branches are now always lightweight.
 
43
  (Jelmer Vernooij, #918828)
 
44
 
 
45
* Colocated branches can now have names including forward slashes, to
 
46
  allow for namespaces. (Jelmer Vernooij, #907980)
 
47
 
39
48
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
40
49
 
41
50
* Two new command hooks, ``pre_command`` and ``post_command``,
51
60
* ``bzr branch`` now fetches revisions when branching into an empty
52
61
  control directory. (Jelmer Vernooij, #905594)
53
62
 
 
63
* ``bzr branch`` generates correct target branch locations again if not
 
64
  specified. (Jelmer Vernooij, #919218)
 
65
 
 
66
* ``bzr send`` works on treeless branches again.
 
67
  (Jelmer Vernooij, #921591)
 
68
 
54
69
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
55
70
  (Vincent Ladeuil, #917733)
56
71
 
83
98
 
84
99
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
85
100
 
 
101
* Add new module ``bzrlib.url_policy_open``. (Jelmer Vernooij, #850843)
 
102
 
86
103
* ``MutableTree`` has two new hooks ``pre_transform`` and
87
104
  ``post_transform`` that are called for tree transform operations.
88
105
  (Jelmer Vernooij, #912084)
89
106
 
 
107
 
90
108
Testing
91
109
*******
92
110
 
94
112
   suite.  This can include new facilities for writing tests, fixes to 
95
113
   spurious test failures and changes to the way things should be tested.
96
114
 
 
115
* Be more careful about closing open files for pypy interoperability.
 
116
  (Wouter van Heyst)
97
117
 
98
118
bzr 2.5b5
99
119
#########