~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-04 03:05:26 UTC
  • mto: (2745.5.6 transport-get-file)
  • mto: This revision was merged to the branch mainline in revision 2882.
  • Revision ID: robertc@robertcollins.net-20071004030526-25d0wxbbvqtjezau
* Removed previous deprecated ``basis_knit`` parameter to the
  ``KnitVersionedFile`` constructor.
* Change lookup-before-access to fail-during-map-creation in knit text
  extraction reducing overall index operations during text extraction.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
     deprecated methods ``TestCase.capture`` and ``TestCase.run_bzr_captured``.
132
132
     (Martin Pool)
133
133
 
 
134
   * Removed previous deprecated ``basis_knit`` parameter to the
 
135
     ``KnitVersionedFile`` constructor. (Robert Collins)
 
136
 
134
137
   * Special purpose method ``TestCase.run_bzr_decode`` is moved to the test_non_ascii 
135
138
     class that needs it.
136
139
     (Martin Pool)