~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

* Deprecated method ``find_previous_heads`` on
  ``bzrlib.inventory.InventoryEntry``. This has been superceded by the use
  of ``parent_candidates`` and a separate heads check via the repository
  API. (Robert Collins)

* New public method ``heads`` on the ``bzrlib.graph.Graph`` class. This is
  a simple rename of a previously internal method which implements the same
  semantics as heads(). (Robert Collins, John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
     This is done in order to mix the commit messages (which is a unicode
148
148
     string), and the diff which is a raw string. (Goffredo Baroncelli)
149
149
 
 
150
    * Deprecated method ``find_previous_heads`` on
 
151
      ``bzrlib.inventory.InventoryEntry``. This has been superceded by the use
 
152
      of ``parent_candidates`` and a separate heads check via the repository
 
153
      API. (Robert Collins)
 
154
 
150
155
   * New trace function ``mutter_callsite`` will print out a subset of the
151
156
     stack to the log, which can be useful for gathering debug details.
152
157
     (Robert Collins)
171
176
      efficiently streaming the knit data for a set of versions over the smart
172
177
      protocol.
173
178
 
 
179
    * New public method ``heads`` on the ``bzrlib.graph.Graph`` class. This is
 
180
      a simple rename of a previously internal method which implements the same
 
181
      semantics as heads(). (Robert Collins, John A Meinel)
 
182
 
174
183
  TESTING:
175
184
 
176
185
    * Use UTF-8 encoded StringIO for log tests to avoid failures on