~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-10-17 08:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 6221.
  • Revision ID: jelmer@samba.org-20111017084509-nz4w2jntw6u19kwf
s/invisible/unreferenced.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
* ``Branch.revision_history`` is now deprecated. (Jelmer Vernooij, #799519)
61
61
 
62
 
* New flag ``RepositoryFormat.supports_invisible_revisions`` which
 
62
* New flag ``RepositoryFormat.supports_unreferenced_revisions`` which
63
63
  indicates whether revisions can be present in a repository without
64
 
  being visible in e.g. a branch history at the same time.
 
64
  being referenced from e.g. a branch history at the same time.
65
65
  (Jelmer Vernooij)
66
66
 
67
67
Internals