~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-04-08 03:39:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3350.
  • Revision ID: robertc@robertcollins.net-20080408033943-ihbgs5wyqnh61bit
 * ``VersionedFile.get_sha1`` is deprecated, please use
   ``VersionedFile.get_sha1s``. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    * ``VersionedFile.get_parents`` is deprecated, please use
155
155
      ``VersionedFile.get_parent_map``. (Robert Collins)
156
156
 
 
157
    * ``VersionedFile.get_sha1`` is deprecated, please use
 
158
      ``VersionedFile.get_sha1s``. (Robert Collins)
 
159
 
157
160
    * ``VersionedFile.has_ghost`` is now deprecated, as it is both expensive
158
161
      and unused outside of a single test. (Robert Collins)
159
162