~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

 * Hook up the new remote method ``RemoteBzrDir.find_repositoryV2`` so
   that it is now attempted first when lookup up repositories, leading to
   an extra round trip on older bzr smart servers but supporting the
   feature on newer servers. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
      cares about ghosts during revision selection). (Robert Collins)
173
173
 
174
174
    * New remote method ``RemoteBzrDir.find_repositoryV2`` adding support for
175
 
      detecting external lookup support on remote repositories.
176
 
      (Robert Collins)
 
175
      detecting external lookup support on remote repositories. This method is
 
176
      now attempted first when lookup up repositories, leading to an extra 
 
177
      round trip on older bzr smart servers. (Robert Collins)
177
178
 
178
179
    * Record a timestamp against each mutter to the trace file, relative to the
179
180
      first import of bzrlib.  (Andrew Bennetts)