~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: 2011-09-12 09:51:52 UTC
  • mfrom: (6129 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6130.
  • Revision ID: jelmer@samba.org-20110912095152-04atttpiqgn2lzjw
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
* ``config.Option`` can now declare ``default_from_env``, a list of
76
76
  environment variables to get a default value from. (Vincent Ladeuil)
77
77
 
 
78
* ``config.NameMatcher`` can be used to implement config stores and stacks
 
79
  that need to provide specific option values for arbitrary unique IDs (svn
 
80
  repository UUIDs, etc).  (Vincent Ladeuil, #843638)
 
81
 
78
82
* New builtin ``bzr branches`` command, which lists all colocated branches
79
83
  in a directory. (Jelmer Vernooij, #826820)
80
84
 
92
96
* bzr now ships with translations for command help.  (Jonathan
93
97
  Riddell, INADA Naoki, #83941)
94
98
 
 
99
* bzr now ships with translations for command errors. (Jonathan
 
100
  Riddell, INADA Naoki)
 
101
 
95
102
Improvements
96
103
************
97
104
 
130
137
.. Fixes for situations where bzr would previously crash or give incorrect
131
138
   or undesirable results.
132
139
 
 
140
* ``bzr reconfigure`` will now allow multiple non-conflicting requests
 
141
  in a single invocation, e.g. ``--branch`` and ``--use-shared``.
 
142
  (Martin von Gagern, #842993)
 
143
 
133
144
* The pull command will now always use separate connections for the
134
145
  case where the destination is a heavyweight checkout of some remote
135
146
  branch on the same host as the source branch.
161
172
  operations that use it, like merge, can now create trees without a root.
162
173
  (Aaron Bentley)
163
174
 
 
175
* Fixed loading of external merge tools from config to properly decode
 
176
  command-lines which contain embedded quotes. (Gordon Tyler, #828803)
 
177
 
164
178
Documentation
165
179
*************
166
180
 
177
191
* ``BranchFormat.initialize`` now takes a ``append_revisions_only``
178
192
  argument. (Jelmer Vernooij)
179
193
 
 
194
* ``Branch._get_checkout_format`` now takes a ``lightweight`` argument
 
195
  which indicates if the format should be for a lightweight or a
 
196
  heavyweight checkout. (Jelmer Vernooij)
 
197
 
180
198
* ``ControlDir.create_branch`` now takes a ``append_revisions_only`` argument.
181
199
  (Jelmer Vernooij)
182
200