~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Allow tag implementations to not support ghost revisions. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
  value in SI format (i.e. "20MB", "1GB") into its integer equivalent. 
226
226
  (Shannon Weyrick)
227
227
 
 
228
* ``Tags`` containers can now declare whether they support versioned
 
229
  tags and whether tags can refer to ghost tags.
 
230
  (Jelmer Vernooij)
 
231
 
228
232
* ``Tags.merge_to`` now returns a dictionary with the updated tags
229
233
  and a set of conflicts, rather than just conflicts. (Jelmer Vernooij)
230
234