~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: 2012-03-06 16:45:45 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • Revision ID: pqm@pqm.ubuntu.com-20120306164545-6i5cyyfxctiwq11p
(jelmer) Support removing colocated branches in 'bzr rmbranch'. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
35
 
* Fixed merge tool availability checking and invocation to search the
36
 
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
37
 
 
38
35
Documentation
39
36
*************
40
37
 
157
154
  a control directory (but no branch or working tree).
158
155
  (Jelmer Vernooij, #913980)
159
156
 
 
157
* Checkouts of colocated branches are now always lightweight.
 
158
  (Jelmer Vernooij, #918828)
 
159
 
160
160
* Colocated branches can now have names including forward slashes, to
161
161
  allow for namespaces. (Jelmer Vernooij, #907980)
162
162
 
163
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
164
164
 
165
 
* Checkouts of colocated branches are now always lightweight.
166
 
  (Jelmer Vernooij, #918828)
167
 
 
168
165
Bug Fixes
169
166
*********
170
167
 
1075
1072
  operations that use it, like merge, can now create trees without a root.
1076
1073
  (Aaron Bentley)
1077
1074
 
1078
 
* Fixed problem with getting errors about failing to open /dev/tty when using
1079
 
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
1080
 
 
1081
1075
Documentation
1082
1076
*************
1083
1077