~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jonathan Riddell
  • Date: 2011-09-07 09:57:43 UTC
  • mfrom: (6123.1.9 +trunk)
  • mto: (6123.1.10 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6124.
  • Revision ID: jriddell@canonical.com-20110907095743-p1bukvfsh8t8v3dj
mergeĀ inĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
  (Jelmer Vernooij, #164450)
110
110
 
111
111
* ``bzr tag`` no longer errors if a tag already exists but refers to the
112
 
  same revision. (Jelmer Vernooij)
 
112
  same revision, and will mention when a tag has been updated
 
113
  rather than created. (Jelmer Vernooij, #381203)
113
114
 
114
115
* ``bzr uncommit`` will now remove tags that refer to removed revisions.
115
116
  The ``--keep-tags`` option can be used to prevent this behaviour.
151
152
* Decode ``BZR_HOME`` with fs encoding on posix platforms to avoid unicode
152
153
  errors.  (Vincent Ladeuil, #822571)
153
154
 
 
155
* Fix fallout from URL handling changes in 2.5 that caused an IndexError to be
 
156
  raised whenever a transport at the drive root was opened on windows.
 
157
  (Martin [gz], #841322)
 
158
 
154
159
* Rather than an error being raised, a warning is now printed when the
155
160
  current user does not have permission to read a configuration file.
156
161
  (Jelmer Vernooij, #837324)
224
229
  value in SI format (i.e. "20MB", "1GB") into its integer equivalent. 
225
230
  (Shannon Weyrick)
226
231
 
 
232
* ``Tags`` containers can now declare whether they support versioned
 
233
  tags and whether tags can refer to ghost tags.
 
234
  (Jelmer Vernooij)
 
235
 
227
236
* ``Tags.merge_to`` now returns a dictionary with the updated tags
228
237
  and a set of conflicts, rather than just conflicts. (Jelmer Vernooij)
229
238