/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Martin Pool
  • Date: 2011-06-14 02:21:41 UTC
  • mto: This revision was merged to the branch mainline in revision 6001.
  • Revision ID: mbp@canonical.com-20110614022141-18hmm7s0iw3utcbj
Deprecate __contains__ on Tree and Inventory

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
.. Changes that may require updates in plugins or other code that uses
88
88
   bzrlib.
89
89
 
 
90
* Checking for a file id in a `Tree` or `Inventory` using ``in`` is now
 
91
  deprecated.  Instead, use `has_id`.
 
92
  (Martin Pool)
 
93
 
90
94
Internals
91
95
*********
92
96