~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Add flag to indicate whether a repository supports unreferenced
 revisions. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
* ``Branch.revision_history`` is now deprecated. (Jelmer Vernooij, #799519)
70
70
 
 
71
* New flag ``RepositoryFormat.supports_unreferenced_revisions`` which
 
72
  indicates whether revisions can be present in a repository without
 
73
  being referenced from e.g. a branch history at the same time.
 
74
  (Jelmer Vernooij)
 
75
 
71
76
* ``UIFactory.choose`` has been added: prompt the user for a list of
72
77
  choices. (Benoît Pierre)
73
78