~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-04 21:41:05 UTC
  • mto: This revision was merged to the branch mainline in revision 6127.
  • Revision ID: jelmer@samba.org-20110904214105-uconiohsax3u25u6
removeĀ unusedĀ imports.

Show diffs side-by-side

added added

removed removed

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