~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-06 20:45:48 UTC
  • mfrom: (4728.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091006204548-bjnc3z4k256ppimz
MutableTree.has_changes() does not require a tree parameter anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
API Changes
169
169
***********
170
170
 
171
 
* ``ProgressTask.note`` is deprecated.
172
 
  (Martin Pool)
173
 
 
174
171
* ``bzrlib.user_encoding`` has been removed; use
175
172
  ``bzrlib.osutils.get_user_encoding`` instead.  (Martin Pool)
176
173
 
180
177
* ``bzrlib.trace.log_error``, ``error`` and ``info`` have been deprecated.
181
178
  (Martin Pool)
182
179
 
 
180
* ``MutableTree.has_changes()`` does not require a tree parameter anymore. It
 
181
  now defaults to comparing to the basis tree. It now checks for pending
 
182
  merges too.  ``Merger.check_basis`` has been deprecated and replaced by the
 
183
  corresponding has_changes() calls. ``Merge.compare_basis``,
 
184
  ``Merger.file_revisions`` and ``Merger.ensure_revision_trees`` have also
 
185
  been deprecated.
 
186
  (Vincent Ladeuil, #440631)
 
187
 
 
188
* ``ProgressTask.note`` is deprecated.
 
189
  (Martin Pool)
 
190
 
183
191
Internals
184
192
*********
185
193