~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: 2011-11-29 12:32:53 UTC
  • mfrom: (6323.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20111129123253-b25h3ypytx64jp01
(vila) Fix news entries to avoid confusion. In particular,
 bug #819604 has not landed in older releases yet (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  branch, the relative branch name should no longer be url-encoded.
35
35
  (Jelmer Vernooij)
36
36
 
 
37
* ``bzr rmbranch`` can now remove colocated branches.
 
38
  (Jelmer Vernooij, #831464)
 
39
 
37
40
* ``bzr switch`` now accepts colocated branch names to switch to.
38
41
  (Jelmer Vernooij, #826814)
39
42
 
62
65
  from remote repositories.  (Jelmer Vernooij, #368717, #762330,
63
66
  #608640)
64
67
 
 
68
* ``bzr info`` no longer shows empty output if only a control
 
69
  directory is present. (Jelmer Vernooij, #159098)
 
70
 
65
71
* Cope with missing revision ids being specified to
66
72
  ``Repository.gather_stats`` HPSS call. (Jelmer Vernooij, #411290)
67
73
 
73
79
  and gives a better error message if the time zone offset is not given.
74
80
  (Matt Giuca, #892657)
75
81
 
 
82
* Raise BadIndexKey exception in btree_index when a key is too large, fixing 
 
83
  an infinite recursion issue. (Shannon Weyrick, #720853)
 
84
 
76
85
* Resolve regression from colocated branch path handling, by ensuring that
77
86
  unreserved characters are unquoted in URLs. (Martin Packman, #842223)
78
87
 
112
121
* ``BzrDir.open_branch`` and ``BranchFormat.open`` now take an optional
113
122
  ``possible_transports`` argument. (Jelmer Vernooij)
114
123
 
 
124
* New method ``Transport.set_segment_parameter``.  (Jelmer Vernooij)
 
125
 
115
126
* ``Repository.verify_revision`` has been renamed to
116
127
  ``Repository.verify_revision_signature``. (Jelmer Vernooij)
117
128
 
219
230
* ``bzr revno`` now takes a ``--revision`` argument.
220
231
  (Jelmer Vernooij, #870649)
221
232
 
222
 
* ``bzr rmbranch`` can now remove colocated branches.
223
 
  (Jelmer Vernooij, #831464)
224
 
 
225
233
* ``bzr serve`` now can serve from URLs rather than just from the
226
234
  file system. I.e.: ``bzr serve -d lp:bzr`` or
227
235
  ``bzr serve -d file:///data/bzr`` (Jelmer Vernooij)
237
245
* ``bzr info`` now shows the master branch location too for
238
246
  treeless local branches. (Jelmer Vernooij, #258355)
239
247
 
240
 
* ``bzr info`` no longer shows empty output if only a control
241
 
  directory is present. (Jelmer Vernooij, #159098)
242
 
 
243
248
* ``bzr mkdir --quiet`` now does not print a line for every created
244
249
  directory. (Martin von Gagern, #869915)
245
250
 
286
291
  being referenced from e.g. a branch history at the same time.
287
292
  (Jelmer Vernooij)
288
293
 
289
 
* New method ``Transport.set_segment_parameter``.  (Jelmer Vernooij)
290
 
 
291
294
* ``UIFactory.choose`` has been added: prompt the user for a list of
292
295
  choices. (Benoît Pierre)
293
296
 
633
636
  operations that use it, like merge, can now create trees without a root.
634
637
  (Aaron Bentley)
635
638
 
636
 
* Raise BadIndexKey exception in btree_index when a key is too large, fixing 
637
 
  an infinite recursion issue. (Shannon Weyrick, #720853)
638
 
 
639
639
Documentation
640
640
*************
641
641