~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-27 22:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6463.
  • Revision ID: jelmer@samba.org-20120127220919-tk0fdybtfwi177c6
Use config stacks in a few more places in the test suite.

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
 
 
26
23
Improvements
27
24
************
28
25
 
29
26
.. Improvements to existing commands, especially improved performance 
30
27
   or memory usage, or better results.
31
28
 
32
 
* ``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.
33
30
  (Jelmer Vernooij, #918197)
34
31
 
35
32
* ``bzr info`` now reports when there are present (but unused) colocated
39
36
  a control directory (but no branch or working tree).
40
37
  (Jelmer Vernooij, #913980)
41
38
 
42
 
* Colocated branches can now have names including forward slashes, to
43
 
  allow for namespaces. (Jelmer Vernooij, #907980)
44
 
 
45
39
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
46
40
 
47
 
* Checkouts of colocated branches are now always lightweight.
48
 
  (Jelmer Vernooij, #918828)
 
41
* Two new command hooks, ``pre_command`` and ``post_command``,
 
42
  provide notification before and after a command has been run.
 
43
  (Brian de Alwis, Jelmer Vernooij)
49
44
 
50
45
Bug Fixes
51
46
*********
56
51
* ``bzr branch`` now fetches revisions when branching into an empty
57
52
  control directory. (Jelmer Vernooij, #905594)
58
53
 
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
 
 
65
54
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
66
55
  (Vincent Ladeuil, #917733)
67
56
 
94
83
 
95
84
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
96
85
 
97
 
* Add new module ``bzrlib.url_policy_open``. (Jelmer Vernooij, #850843)
98
 
 
99
86
* ``MutableTree`` has two new hooks ``pre_transform`` and
100
87
  ``post_transform`` that are called for tree transform operations.
101
88
  (Jelmer Vernooij, #912084)
102
89
 
103
 
 
104
90
Testing
105
91
*******
106
92
 
108
94
   suite.  This can include new facilities for writing tests, fixes to 
109
95
   spurious test failures and changes to the way things should be tested.
110
96
 
111
 
* Be more careful about closing open files for pypy interoperability.
112
 
  (Wouter van Heyst)
113
97
 
114
98
bzr 2.5b5
115
99
#########