~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-01-11 03:54:51 UTC
  • mto: (3172.5.3 remote.graph)
  • mto: This revision was merged to the branch mainline in revision 3176.
  • Revision ID: robertc@robertcollins.net-20080111035451-52at4031ohbmtoh2
Repository has a new method ``has_revisions`` which signals the presence
of many revisions by returning a set of the revisions listed which are
present. This can be done by index queries without reading data for parent
revision names etc. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
   * Reduce selftest overhead to establish test names by memoization.
167
167
     (Vincent Ladeuil)
168
168
 
 
169
   * Repository has a new method ``has_revisions`` which signals the presence
 
170
     of many revisions by returning a set of the revisions listed which are
 
171
     present. This can be done by index queries without reading data for parent
 
172
     revision names etc. (Robert Collins)
 
173
 
169
174
  API BREAKS:
170
175
 
171
176
  TESTING: