~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-05 23:15:58 UTC
  • mfrom: (3377.3.45 submitted)
  • Revision ID: pqm@pqm.ubuntu.com-20080505231558-7w3zaehbvtcjk7jv
(jam) Make Graph.find_differences() correct,
        and create a Graph.find_unique_ancestors function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
  API BREAKS:
104
104
 
 
105
    * ``bzrlib.status.show_pending_merges`` requires the repository to be
 
106
      locked by the caller. Callers should have been doing it anyway, but it
 
107
      will now raise an exception if they do not. (John Arbash Meinel)
 
108
 
105
109
    * Repository.get_data_stream, Repository.get_data_stream_for_search(),
106
110
      Repository.get_deltas_for_revsions(), Repository.revision_trees(),
107
111
      Repository.item_keys_introduced_by() no longer take read locks.