~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(jelmer) Mention the number of tags that was pushed/pull,
 if any. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
  Entering an empty commit message in the message editor still triggers
103
103
  an error. (Jelmer Vernooij)
104
104
 
 
105
* ``bzr pull`` will now mention how many tags it has updated.
 
106
  (Jelmer Vernooij, #164450)
 
107
 
105
108
* ``bzr tag`` no longer errors if a tag already exists but refers to the
106
109
  same revision. (Jelmer Vernooij)
107
110
 
218
221
  value in SI format (i.e. "20MB", "1GB") into its integer equivalent. 
219
222
  (Shannon Weyrick)
220
223
 
 
224
* ``Tags.merge_to`` now returns a dictionary with the updated tags
 
225
  and a set of conflicts, rather than just conflicts. (Jelmer Vernooij)
 
226
 
221
227
* ``Transport`` now has a ``_parsed_url`` attribute instead of
222
228
  separate ``_user``, ``_password``, ``_port``, ``_scheme``, ``_host``
223
229
  and ``_path`` attributes. Proxies are provided for the moment but