~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-07 08:28:35 UTC
  • mfrom: (2671.1.5 repository-equality)
  • Revision ID: pqm@pqm.ubuntu.com-20070807082835-sxq0vmfbvsebps5z
(Andrew Bennetts) Remove Repository.__eq__/__ne__ methods, replace with has_same_location method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    * ``bzrlib.pack.make_readv_reader`` allows readv based access to pack
204
204
      files that are stored on a transport. (Robert Collins)
205
205
 
206
 
    * ``Repository`` objects can now be compared with ``==`` and ``!=`` to
207
 
      determine if they are the same repository.  (Andrew Bennetts)
 
206
    * New ``Repository.has_same_location`` method that reports if two
 
207
      repository objects refer to the same repository (although with some risk
 
208
      of false negatives).  (Andrew Bennetts)
208
209
 
209
210
    * InterTree.compare now passes require_versioned on correctly.
210
211
      (Marius Kruger)