~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge find_previous_heads deprecation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
     This is done in order to mix the commit messages (which is a unicode
157
157
     string), and the diff which is a raw string. (Goffredo Baroncelli)
158
158
 
 
159
    * Deprecated method ``find_previous_heads`` on
 
160
      ``bzrlib.inventory.InventoryEntry``. This has been superceded by the use
 
161
      of ``parent_candidates`` and a separate heads check via the repository
 
162
      API. (Robert Collins)
 
163
 
159
164
   * New trace function ``mutter_callsite`` will print out a subset of the
160
165
     stack to the log, which can be useful for gathering debug details.
161
166
     (Robert Collins)
185
190
      efficiently streaming the knit data for a set of versions over the smart
186
191
      protocol.
187
192
 
 
193
    * New public method ``heads`` on the ``bzrlib.graph.Graph`` class. This is
 
194
      a simple rename of a previously internal method which implements the same
 
195
      semantics as heads(). (Robert Collins, John A Meinel)
 
196
 
188
197
  TESTING:
189
198
 
190
199
    * Use UTF-8 encoded StringIO for log tests to avoid failures on